Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ jobs:
timeout-minutes: 5
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
flux start papermill notebooks/3-hpc-job.ipynb notebooks/3-hpc-job-out.ipynb -k python3
flux start && papermill notebooks/2-hpc-cluster.ipynb notebooks/2-hpc-cluster-out.ipynb -k python3
flux start && papermill notebooks/3-hpc-job.ipynb notebooks/3-hpc-job-out.ipynb -k python3
papermill notebooks/4-developer.ipynb notebooks/4-developer-out.ipynb -k python3

notebooks_integration:
Expand All @@ -191,8 +191,8 @@ jobs:
shell: bash -l {0}
timeout-minutes: 20
run: |
flux start papermill notebooks/5-1-gpaw.ipynb notebooks/5-1-gpaw-out.ipynb -k python3
flux start papermill notebooks/5-2-quantum-espresso.ipynb notebooks/5-2-quantum-espresso-out.ipynb -k python3
flux start && papermill notebooks/5-1-gpaw.ipynb notebooks/5-1-gpaw-out.ipynb -k python3
flux start && papermill notebooks/5-2-quantum-espresso.ipynb notebooks/5-2-quantum-espresso-out.ipynb -k python3

unittest_flux_mpich:
needs: [black]
Expand Down
Loading