Skip to content

Commit 92c2112

Browse files
update ci
1 parent 2931568 commit 92c2112

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

.github/workflows/generate_database.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,14 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
species: [Sr88, Yb174] # TODO Sr87, Yb171, Yb173 not working yet with high \ell
15+
species: [Sr87, Sr88, Yb171, Yb173, Yb174]
16+
include: # the following species are not working yet with high \ell
17+
- species: Sr87
18+
extra_args: "--skip-high-l"
19+
- species: Yb171
20+
extra_args: "--skip-high-l"
21+
- species: Yb173
22+
extra_args: "--skip-high-l"
1623
name: ${{ matrix.species }}
1724
runs-on: ubuntu-latest
1825
timeout-minutes: 300
@@ -39,7 +46,7 @@ jobs:
3946
run: julia --project=. -e 'import Pkg; Pkg.develop(path="MQDT.jl"); Pkg.instantiate()'
4047

4148
- name: Run generate_database
42-
run: julia --project=. generate_database.jl ${{ matrix.species }} --directory database # --n-max 220
49+
run: julia --project=. generate_database.jl ${{ matrix.species }} --directory database --n-max 220 ${{ matrix.extra_args }}
4350

4451
- name: Upload artifacts
4552
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)