Skip to content

Commit 20af855

Browse files
add general registries also
1 parent f010ed4 commit 20af855

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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
@@ -59,7 +59,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)