Skip to content

Commit 5761c02

Browse files
authored
Execute notebooks individually (#617)
1 parent 8195183 commit 5761c02

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed

.ci_support/build_notebooks.sh

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/workflows/pipeline.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,11 @@ jobs:
167167
- name: Notebooks
168168
shell: bash -l {0}
169169
timeout-minutes: 5
170-
run: >
171-
flux start
172-
.ci_support/build_notebooks.sh
170+
run: |
171+
papermill notebooks/1-single-node.ipynb notebooks/1-single-node-out.ipynb -k python3
172+
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
173175
174176
unittest_flux_mpich:
175177
needs: [black]

0 commit comments

Comments
 (0)