Skip to content

Commit 534358c

Browse files
committed
fixes
1 parent 623286f commit 534358c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jobflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
- name: Tests
2222
shell: bash -l {0}
2323
run: |
24-
pip install -e aiida_qe_basic
2524
pip install -e adis_tools
25+
pip install -e python_workflow_definition
2626
conda install -c conda-forge jupyter papermill
2727
export ESPRESSO_PSEUDO=$(pwd)/espresso/pseudo
2828
papermill universal_qe_to_jobflow.ipynb universal_qe_to_jobflow_out.ipynb -k "python3"

0 commit comments

Comments
 (0)