We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ff3dc9 commit 141d911Copy full SHA for 141d911
.github/workflows/windows.yml
@@ -143,7 +143,7 @@ jobs:
143
working-directory: dolfinx-src/python
144
run: |
145
pip install scikit-build-core
146
- python -m pip install --no-binary mpi4py (python -m scikit_build_core.build requires | Out-String | ConvertFrom-Json)
+ python -m pip install (python -m scikit_build_core.build requires | Out-String | ConvertFrom-Json)
147
148
- name: Install DOLFINx (Python)
149
0 commit comments