We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dac15c5 commit b9a1eecCopy full SHA for b9a1eec
1 file changed
.github/workflows/pytest-core-mpi.yml
@@ -42,7 +42,7 @@ jobs:
42
run: |
43
sudo apt-get update && sudo apt install mpich -y
44
pip3 install --upgrade pip
45
- pip3 install -e .[extras,mpi,tests]
+ pip3 install -e ".[extras,mpi,tests]" --no-binary=mpi4py
46
47
- name: Test with pytest
48
0 commit comments