File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ name: Generate Databases
22
33on :
44 push :
5- branches : ["* "]
5+ branches : ["main "]
66 tags : ["v*.*"]
77 pull_request :
88 types : [opened, reopened, synchronize]
99
1010jobs :
11- run-generate-database: :
11+ run-generate-database :
1212 strategy :
1313 fail-fast : false
1414 matrix :
@@ -22,15 +22,21 @@ jobs:
2222 steps :
2323 - uses : actions/checkout@v4
2424
25+ - uses : actions/checkout@v4
26+ name : Clone MQDT.jl
27+ with :
28+ repository : pairinteraction/MQDT.jl
29+ path : MQDT.jl
30+ ref : dev-high-l # FIXME: just temporarily use this branch until the PR is merged
31+
2532 - uses : julia-actions/setup-julia@v2
2633 with :
2734 version : 1.11
2835 arch : x64
2936 - uses : julia-actions/cache@v2
30- - uses : julia-actions/julia-buildpkg@v1
3137
3238 - name : Instantiate julia environment
33- run : julia --project=. -e 'import Pkg; Pkg.instantiate()'
39+ run : julia --project=. -e 'import Pkg; Pkg.develop(path="MQDT.jl"); Pkg. instantiate()'
3440
3541 - name : Run generate_database.py
3642 run : julia --project=. generate_database.jl ${{ matrix.species }} --directory database --n-max 220
Original file line number Diff line number Diff line change 1+ Subproject commit b779c2c818150f0373045b832af9416051544af9
You can’t perform that action at this time.
0 commit comments