Skip to content

Commit 1f19d69

Browse files
committed
fix simple workflow
1 parent 196a293 commit 1f19d69

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: jobflow
1+
name: simple
22

33
on:
44
push:
@@ -28,6 +28,7 @@ jobs:
2828
- name: Tests
2929
shell: bash -l {0}
3030
run: |
31-
export ESPRESSO_PSEUDO=$(pwd)/espresso/pseudo
32-
33-
papermill jobflow_qe.ipynb jobflow_qe_out.ipynb -k "python3"
31+
papermill aiida_simple.ipynb aiida_simple_out.ipynb -k "python3"
32+
papermill jobflow_simple.ipynb jobflow_simple_out.ipynb -k "python3"
33+
papermill pyiron_base_simple.ipynb pyiron_base_simple_out.ipynb -k "python3"
34+
papermill universal_workflow_simple.ipynb universal_workflow_simple_out.ipynb -k "python3"

0 commit comments

Comments
 (0)