We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 036b9f8 commit 18dec0cCopy full SHA for 18dec0c
1 file changed
.github/workflows/generate_database.yml
@@ -16,13 +16,7 @@ jobs:
16
include:
17
# use n_max=220 for tags and master, but only n_max=100 for PRs, etc.
18
- n_max: ${{ (startsWith(github.ref, 'refs/tags/') || contains(github.ref, 'master')) && 220 || 100 }}
19
- # FIXME: the following species do not yet support high \ell states
20
- - species: Sr87
21
- extra_args: "--skip-high-l"
22
- - species: Yb171
23
24
- species: Yb173
25
- extra_args: "--skip-high-l" # FIXME: Yb173 fails for n > 115
26
n_max: ${{ (startsWith(github.ref, 'refs/tags/') || contains(github.ref, 'master')) && 115 || 100 }}
27
name: ${{ matrix.species }}
28
runs-on: ubuntu-latest
0 commit comments