We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde71e6 commit e2100e5Copy full SHA for e2100e5
.github/workflows/ci.yml
@@ -31,3 +31,8 @@ jobs:
31
shell: bash -l {0}
32
working-directory: analysis/tritium
33
run: jupyter-nbconvert --to notebook tritium_model.ipynb --execute
34
+
35
+ - name: Run tritium model
36
+ shell: bash -l {0}
37
+ working-directory: analysis/tritium
38
+ run: jupyter-nbconvert --to notebook tritium_model_plotly.ipynb --execute
0 commit comments