File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,17 @@ jobs:
1818 python-version : " 3.12"
1919 environment-file : environment.yml
2020 auto-activate-base : false
21- - name : Create AiidA profile
22- run : verdi presto --profile-name adis
23- - name : Tests
21+ - name : Installation and setup
2422 shell : bash -l {0}
2523 run : |
2624 pip install -e adis_tools
2725 pip install -e python_workflow_definition
2826 conda install -c conda-forge jupyter papermill
2927 export ESPRESSO_PSEUDO=$(pwd)/espresso/pseudo
30-
28+ verdi presto --profile-name adis
29+ - name : Tests
30+ shell : bash -l {0}
31+ run : |
3132 papermill universal_simple_to_aiida.ipynb universal_simple_to_aiida_out.ipynb -k "python3"
3233 papermill universal_qe_to_aiida.ipynb universal_qe_to_aiida_out.ipynb -k "python3"
3334
You can’t perform that action at this time.
0 commit comments