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 8195183 commit 5761c02Copy full SHA for 5761c02
.ci_support/build_notebooks.sh
.github/workflows/pipeline.yml
@@ -167,9 +167,11 @@ jobs:
167
- name: Notebooks
168
shell: bash -l {0}
169
timeout-minutes: 5
170
- run: >
171
- flux start
172
- .ci_support/build_notebooks.sh
+ run: |
+ papermill notebooks/1-single-node.ipynb notebooks/1-single-node-out.ipynb -k python3
+ flux start papermill notebooks/2-hpc-cluster.ipynb notebooks/2-hpc-cluster-out.ipynb -k python3
173
+ flux start papermill notebooks/3-hpc-job.ipynb notebooks/3-hpc-job-out.ipynb -k python3
174
+ papermill notebooks/4-developer.ipynb notebooks/4-developer-out.ipynb -k python3
175
176
unittest_flux_mpich:
177
needs: [black]
0 commit comments