We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0de1a99 commit a49ef8dCopy full SHA for a49ef8d
1 file changed
.github/workflows/generate_database.yml
@@ -30,7 +30,7 @@ jobs:
30
- uses: julia-actions/julia-buildpkg@v1
31
32
- name: Instantiate julia environment
33
- run: julia --project=. -e 'import Pkg; Pkg.instantiate()'
+ run: julia --project=. -e 'import Pkg; Pkg.develop(path="../MQDT.jl"); Pkg.instantiate()' # TODO how to link against MQDT?
34
35
- name: Run generate_database.py
36
run: julia --project=. generate_database.jl ${{ matrix.species }} --directory database --n-max 220
0 commit comments