There was an error while loading. Please reload this page.
1 parent 6e37e82 commit 2ec2315Copy full SHA for 2ec2315
1 file changed
.github/workflows/pytests.yml
@@ -166,11 +166,12 @@ jobs:
166
python3 -m pip install .
167
python3 -c "import numpy; print('numpy version', numpy.__version__)"
168
169
- - name: Install QE via apt-get just to see mpi dependencies
+ - name: Install MPI based on what "apt-get install quantum-espresso" used to do
170
run: |
171
- sudo apt-get install --no-install-recommends quantum-espresso
+ # sudo apt-get install --no-install-recommends quantum-espresso
172
+ sudo apt-get install --no-install-recommends mpi-default-bin openmpi-bin openmpi-common
173
- - name: Install Quantum Espresso
174
+ - name: Install Quantum Espresso from source
175
176
# from
177
sudo apt install --no-install-recommends \
0 commit comments