There was an error while loading. Please reload this page.
1 parent 343cdc4 commit d10669cCopy full SHA for d10669c
1 file changed
.github/workflows/notebooks.yml
@@ -41,4 +41,6 @@ jobs:
41
- name: Check virtual circuits MAST-U notebook
42
run: jupyter nbconvert --execute --to notebook --inplace "examples/example09 - virtual_circuits_MASTU.ipynb"
43
- name: Check growth rates notebook
44
- run: jupyter nbconvert --execute --to notebook --inplace "examples/example10 - growth_rates.ipynb"
+ run: jupyter nbconvert --execute --to notebook --inplace "examples/example10 - growth_rates.ipynb"
45
+ - name: Check pulse design tool notebook
46
+ run: jupyter nbconvert --execute --to notebook --inplace "examples/example11 - pulse_design_tool.ipynb"
0 commit comments