File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -24,16 +24,17 @@ jobs:
2424 pip install -e adis_tools
2525 pip install -e python_workflow_definition
2626 conda install -c conda-forge jupyter papermill
27- export ESPRESSO_PSEUDO=$(pwd)/espresso/pseudo
2827 verdi presto --profile-name adis
2928 - name : Tests
3029 shell : bash -l {0}
3130 run : |
31+ export ESPRESSO_PSEUDO=$(pwd)/espresso/pseudo
32+
3233 papermill universal_simple_to_jobflow.ipynb universal_simple_to_jobflow_out.ipynb -k "python3"
3334 papermill universal_qe_to_jobflow.ipynb universal_qe_to_jobflow_out.ipynb -k "python3"
3435
3536 papermill jobflow_to_pyiron_base_simple.ipynb jobflow_to_pyiron_base_simple_out.ipynb -k "python3"
3637 papermill jobflow_to_pyiron_base_qe.ipynb jobflow_to_pyiron_base_qe_out.ipynb -k "python3"
3738
3839 papermill jobflow_to_aiida_simple.ipynb jobflow_to_aiida_simple_out.ipynb -k "python3"
39- papermill jobflow_to_aiida_qe.ipynb jobflow_to_aiida_qe_out.ipynb -k "python3"
40+ papermill jobflow_to_aiida_qe.ipynb jobflow_to_aiida_qe_out.ipynb -k "python3"
You can’t perform that action at this time.
0 commit comments