Skip to content

Commit

Permalink
Update notebooks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Nov 12, 2024
1 parent 8cb4dd7 commit 0096f7b
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions .github/workflows/notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,27 @@ jobs:
run: |
pip install versioneer[toml]==0.29
pip install . --no-deps --no-build-isolation
- name: Notebooks
- name: Notebook 1-local.ipynb
shell: bash -l {0}
timeout-minutes: 5
run: >
flux start
.ci_support/build_notebooks.sh
papermill notebooks/1-local.ipynb 1-local-out.ipynb -k "python3"
- name: Notebook 2-hpc-submission.ipynb
shell: bash -l {0}
timeout-minutes: 5
run: >
flux start
papermill notebooks/2-hpc-submission.ipynb 2-hpc-submission-out.ipynb -k "python3"
- name: Notebook 3-hpc-allocation.ipynb
shell: bash -l {0}
timeout-minutes: 5
run: >
flux start
papermill notebooks/3-hpc-allocation.ipynb 3-hpc-allocation-out.ipynb -k "python3"
- name: Notebook 4-developer.ipynb
shell: bash -l {0}
timeout-minutes: 5
run: >
flux start
papermill notebooks/4-developer.ipynb 4-developer-out.ipynb -k "python3"

0 comments on commit 0096f7b

Please sign in to comment.