Skip to content

Commit ec74675

Browse files
kpentlandkpentland
authored andcommitted
updating notebook CI pipeline with new namings
1 parent efa1bcb commit ec74675

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/notebooks.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ jobs:
2020
uses: './.github/actions/cicd-setup'
2121
- name: Check build tokamak machine notebook
2222
run: jupyter nbconvert --execute --to notebook --inplace "examples/example00 - build_tokamak_machine.ipynb"
23-
- name: Check static inverse solve MAST-U notebook
24-
run: jupyter nbconvert --execute --to notebook --inplace "examples/example01 - static_inverse_solve_MASTU.ipynb"
23+
- name: Check static inverse solve MAST-U notebook (1a)
24+
run: jupyter nbconvert --execute --to notebook --inplace "examples/example01a - static_inverse_solve_MASTU"
25+
- name: Check static inverse solve MAST-U notebook (1b)
26+
run: jupyter nbconvert --execute --to notebook --inplace "examples/example01b - advanced_static_inverse_solve"
2527
- name: Check static forward solve MAST-U notebook
2628
run: jupyter nbconvert --execute --to notebook --inplace "examples/example02 - static_forward_solve_MASTU.ipynb"
2729
- name: Check extracting equilibrium quantities notebook

0 commit comments

Comments
 (0)