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:
21
21
- name : Installation and setup
22
22
shell : bash -l {0}
23
23
run : |
24
+ sudo apt-get update
25
+ sudo apt-get install -y librdmacm1 libibverbs1 libmlx4-1 libmlx5-1
24
26
pip install -e adis_tools
25
27
pip install -e python_workflow_definition
26
28
conda install -c conda-forge jupyter papermill
27
29
export ESPRESSO_PSEUDO=$(pwd)/espresso/pseudo
28
30
verdi presto --profile-name adis
31
+
29
32
- name : Tests
30
33
shell : bash -l {0}
31
34
run : |
Original file line number Diff line number Diff line change @@ -18,12 +18,17 @@ jobs:
18
18
python-version : " 3.12"
19
19
environment-file : environment.yml
20
20
auto-activate-base : false
21
- - name : Tests
21
+ - name : Installation and setup
22
22
shell : bash -l {0}
23
23
run : |
24
+ sudo apt-get update
25
+ sudo apt-get install -y librdmacm1 libibverbs1 libmlx4-1 libmlx5-1
24
26
pip install -e adis_tools
25
27
pip install -e python_workflow_definition
26
28
conda install -c conda-forge jupyter papermill
27
29
export ESPRESSO_PSEUDO=$(pwd)/espresso/pseudo
30
+ - name : Tests
31
+ shell : bash -l {0}
32
+ run : |
28
33
papermill universal_simple_to_executorlib.ipynb universal_simple_to_executorlib_out.ipynb -k "python3"
29
34
papermill universal_qe_to_executorlib.ipynb universal_qe_to_executorlib_out.ipynb -k "python3"
Original file line number Diff line number Diff line change 21
21
- name : Installation and setup
22
22
shell : bash -l {0}
23
23
run : |
24
+ sudo apt-get update
25
+ sudo apt-get install -y librdmacm1 libibverbs1 libmlx4-1 libmlx5-1
24
26
pip install -e adis_tools
25
27
pip install -e python_workflow_definition
26
28
conda install -c conda-forge jupyter papermill
Original file line number Diff line number Diff line change 21
21
- name : Installation and setup
22
22
shell : bash -l {0}
23
23
run : |
24
+ sudo apt-get update
25
+ sudo apt-get install -y librdmacm1 libibverbs1 libmlx4-1 libmlx5-1
24
26
pip install -e adis_tools
25
27
pip install -e python_workflow_definition
26
28
conda install -c conda-forge jupyter papermill
Original file line number Diff line number Diff line change @@ -18,12 +18,17 @@ jobs:
18
18
python-version : " 3.12"
19
19
environment-file : environment.yml
20
20
auto-activate-base : false
21
- - name : Tests
21
+ - name : Installation and setup
22
22
shell : bash -l {0}
23
23
run : |
24
+ sudo apt-get update
25
+ sudo apt-get install -y librdmacm1 libibverbs1 libmlx4-1 libmlx5-1
24
26
pip install -e adis_tools
25
27
pip install -e python_workflow_definition
26
28
conda install -c conda-forge jupyter papermill
27
29
export ESPRESSO_PSEUDO=$(pwd)/espresso/pseudo
30
+ - name : Tests
31
+ shell : bash -l {0}
32
+ run : |
28
33
papermill universal_simple_to_python.ipynb universal_simple_to_python_out.ipynb -k "python3"
29
34
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