We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 623286f commit 534358cCopy full SHA for 534358c
.github/workflows/jobflow.yml
@@ -21,8 +21,8 @@ jobs:
21
- name: Tests
22
shell: bash -l {0}
23
run: |
24
- pip install -e aiida_qe_basic
25
pip install -e adis_tools
+ pip install -e python_workflow_definition
26
conda install -c conda-forge jupyter papermill
27
export ESPRESSO_PSEUDO=$(pwd)/espresso/pseudo
28
papermill universal_qe_to_jobflow.ipynb universal_qe_to_jobflow_out.ipynb -k "python3"
0 commit comments