File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3636 arch : ${{ matrix.arch }}
3737 - uses : julia-actions/cache@v2
3838 - name : Add CompBayes registry
39- run : julia -e 'using Pkg; Pkg.Registry.add(Pkg.RegistrySpec(url="https://github.com/compbayes/CompBayesRegistry.git"))'
39+ run : julia -e 'using Pkg; Pkg.Registry.add("General"); Pkg.Registry.add( Pkg.RegistrySpec(url="https://github.com/compbayes/CompBayesRegistry.git"))'
4040 - uses : julia-actions/julia-buildpkg@v1
4141 - uses : julia-actions/julia-runtest@v1
4242 - uses : julia-actions/julia-processcoverage@v1
5959 version : ' 1'
6060 - uses : julia-actions/cache@v2
6161 - name : Add CompBayes registry
62- run : julia -e 'using Pkg; Pkg.Registry.add(Pkg.RegistrySpec(url="https://github.com/compbayes/CompBayesRegistry.git"))'
62+ run : julia -e 'using Pkg; Pkg.Registry.add("General"); Pkg.Registry.add( Pkg.RegistrySpec(url="https://github.com/compbayes/CompBayesRegistry.git"))'
6363 - name : Configure doc environment
6464 shell : julia --project=docs --color=yes {0}
6565 run : |
You can’t perform that action at this time.
0 commit comments