File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed
Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 3535 version : ${{ matrix.version }}
3636 arch : ${{ matrix.arch }}
3737 - uses : julia-actions/cache@v2
38+ - name : Add CompBayes registry
39+ run : julia -e 'using Pkg; Pkg.Registry.add(Pkg.RegistrySpec(url="https://github.com/compbayes/CompBayesRegistry.git"))'
3840 - uses : julia-actions/julia-buildpkg@v1
3941 - uses : julia-actions/julia-runtest@v1
4042 - uses : julia-actions/julia-processcoverage@v1
5658 with :
5759 version : ' 1'
5860 - uses : julia-actions/cache@v2
61+ - name : Add CompBayes registry
62+ run : julia -e 'using Pkg; Pkg.Registry.add(Pkg.RegistrySpec(url="https://github.com/compbayes/CompBayesRegistry.git"))'
5963 - name : Configure doc environment
6064 shell : julia --project=docs --color=yes {0}
6165 run : |
Original file line number Diff line number Diff line change 11using Pkg
22
3- # Add local registry
4- Pkg. Registry. add (url= " https://github.com/compbayes/CompBayesRegistry.git" )
5-
63# Activate the docs environment in docs/Project.toml
74Pkg. activate (@__DIR__ )
85Pkg. develop (PackageSpec (path= pwd ()))
Original file line number Diff line number Diff line change 1- # Add local registry
2- using Pkg
3- Pkg. Registry. add (url= " https://github.com/compbayes/CompBayesRegistry.git" )
4-
51using SMCsamplers
62using Test
73
You can’t perform that action at this time.
0 commit comments