We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc068cc commit 43714bbCopy full SHA for 43714bb
.github/workflows/ci.yml
@@ -121,7 +121,7 @@ jobs:
121
auto-activate-base: true
122
123
- name: Set up Quantum ESPRESSO
124
- run: conda install -y qe pip aiida-core
+ run: conda install -y qe openmpi~=4.0 pip aiida-core
125
126
- name: Install Python dependencies
127
run: pip install -e .[tests]
environment.yml
@@ -2,7 +2,8 @@ channels:
2
- conda-forge
3
dependencies:
4
- qe==7.5
5
- - python=3.9
+ - openmpi~=4.0
6
+ - python=3.12
7
- pip
8
- aiida-core~=2.7
9
- xmltodict
0 commit comments