Skip to content

Commit

Permalink
add jupyter as depencence
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Apr 30, 2024
1 parent d33993b commit c952fdd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aiida.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
- name: Tests
shell: bash -l {0}
run: |
conda install -c conda-forge papermill
conda install -c conda-forge jupyter papermill
papermill aiida.ipynb aiida-out.ipynb -k "python3"
2 changes: 1 addition & 1 deletion .github/workflows/jobflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
- name: Tests
shell: bash -l {0}
run: |
conda install -c conda-forge papermill
conda install -c conda-forge jupyter papermill
papermill jobflow.ipynb jobflow-out.ipynb -k "python3"
2 changes: 1 addition & 1 deletion .github/workflows/pyiron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
- name: Tests
shell: bash -l {0}
run: |
conda install -c conda-forge papermill
conda install -c conda-forge jupyter papermill
papermill pyiron_base.ipynb pyiron_base-out.ipynb -k "python3"

0 comments on commit c952fdd

Please sign in to comment.