Skip to content

Commit b9a1eec

Browse files
committed
deps: force build mpi to avoid bad whl with mpich
1 parent dac15c5 commit b9a1eec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pytest-core-mpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
sudo apt-get update && sudo apt install mpich -y
4444
pip3 install --upgrade pip
45-
pip3 install -e .[extras,mpi,tests]
45+
pip3 install -e ".[extras,mpi,tests]" --no-binary=mpi4py
4646
4747
- name: Test with pytest
4848
run: |

0 commit comments

Comments
 (0)