Skip to content

Commit 141d911

Browse files
authored
Try mpi4py binary (#4080)
1 parent 8ff3dc9 commit 141d911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
working-directory: dolfinx-src/python
144144
run: |
145145
pip install scikit-build-core
146-
python -m pip install --no-binary mpi4py (python -m scikit_build_core.build requires | Out-String | ConvertFrom-Json)
146+
python -m pip install (python -m scikit_build_core.build requires | Out-String | ConvertFrom-Json)
147147
148148
- name: Install DOLFINx (Python)
149149
working-directory: dolfinx-src/python

0 commit comments

Comments
 (0)