File tree Expand file tree Collapse file tree 5 files changed +19
-2
lines changed
Expand file tree Collapse file tree 5 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,14 @@ jobs:
2121 - name : Installation and setup
2222 shell : bash -l {0}
2323 run : |
24+ sudo apt-get update
25+ sudo apt-get install -y librdmacm1 libibverbs1 libmlx4-1 libmlx5-1
2426 pip install -e adis_tools
2527 pip install -e python_workflow_definition
2628 conda install -c conda-forge jupyter papermill
2729 export ESPRESSO_PSEUDO=$(pwd)/espresso/pseudo
2830 verdi presto --profile-name adis
31+
2932 - name : Tests
3033 shell : bash -l {0}
3134 run : |
Original file line number Diff line number Diff line change @@ -18,12 +18,17 @@ jobs:
1818 python-version : " 3.12"
1919 environment-file : environment.yml
2020 auto-activate-base : false
21- - name : Tests
21+ - name : Installation and setup
2222 shell : bash -l {0}
2323 run : |
24+ sudo apt-get update
25+ sudo apt-get install -y librdmacm1 libibverbs1 libmlx4-1 libmlx5-1
2426 pip install -e adis_tools
2527 pip install -e python_workflow_definition
2628 conda install -c conda-forge jupyter papermill
2729 export ESPRESSO_PSEUDO=$(pwd)/espresso/pseudo
30+ - name : Tests
31+ shell : bash -l {0}
32+ run : |
2833 papermill universal_simple_to_executorlib.ipynb universal_simple_to_executorlib_out.ipynb -k "python3"
2934 papermill universal_qe_to_executorlib.ipynb universal_qe_to_executorlib_out.ipynb -k "python3"
Original file line number Diff line number Diff line change 2121 - name : Installation and setup
2222 shell : bash -l {0}
2323 run : |
24+ sudo apt-get update
25+ sudo apt-get install -y librdmacm1 libibverbs1 libmlx4-1 libmlx5-1
2426 pip install -e adis_tools
2527 pip install -e python_workflow_definition
2628 conda install -c conda-forge jupyter papermill
Original file line number Diff line number Diff line change 2121 - name : Installation and setup
2222 shell : bash -l {0}
2323 run : |
24+ sudo apt-get update
25+ sudo apt-get install -y librdmacm1 libibverbs1 libmlx4-1 libmlx5-1
2426 pip install -e adis_tools
2527 pip install -e python_workflow_definition
2628 conda install -c conda-forge jupyter papermill
Original file line number Diff line number Diff line change @@ -18,12 +18,17 @@ jobs:
1818 python-version : " 3.12"
1919 environment-file : environment.yml
2020 auto-activate-base : false
21- - name : Tests
21+ - name : Installation and setup
2222 shell : bash -l {0}
2323 run : |
24+ sudo apt-get update
25+ sudo apt-get install -y librdmacm1 libibverbs1 libmlx4-1 libmlx5-1
2426 pip install -e adis_tools
2527 pip install -e python_workflow_definition
2628 conda install -c conda-forge jupyter papermill
2729 export ESPRESSO_PSEUDO=$(pwd)/espresso/pseudo
30+ - name : Tests
31+ shell : bash -l {0}
32+ run : |
2833 papermill universal_simple_to_python.ipynb universal_simple_to_python_out.ipynb -k "python3"
2934 papermill universal_qe_to_python.ipynb universal_qe_to_python_out.ipynb -k "python3"
You can’t perform that action at this time.
0 commit comments