Skip to content

Commit 43714bb

Browse files
committed
update deps for testing - problem with openmpi 5.0
1 parent bc068cc commit 43714bb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
auto-activate-base: true
122122

123123
- name: Set up Quantum ESPRESSO
124-
run: conda install -y qe pip aiida-core
124+
run: conda install -y qe openmpi~=4.0 pip aiida-core
125125

126126
- name: Install Python dependencies
127127
run: pip install -e .[tests]

environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ channels:
22
- conda-forge
33
dependencies:
44
- qe==7.5
5-
- python=3.9
5+
- openmpi~=4.0
6+
- python=3.12
67
- pip
78
- aiida-core~=2.7
89
- xmltodict

0 commit comments

Comments
 (0)