diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05e7ec2..26bc1cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,4 +37,4 @@ jobs: - uses: julia-actions/cache@v3.0.0 - name: Install, build, test - run: julia --project=. -e 'using Pkg; Pkg.instantiate(); Pkg.build(); Pkg.test()' + run: julia --project=. -e 'using Pkg; Pkg.Registry.add("General"); Pkg.Registry.add(Pkg.RegistrySpec(url="https://github.com/hyperpolymath/julia-professional-registry.git")); Pkg.instantiate(); Pkg.build(); Pkg.test()'