Skip to content

Commit

Permalink
Try with older mpi4py.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhale committed Nov 4, 2024
1 parent f01832a commit 028a71d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Windows build

on:
# push:
# branches:
# - main
push:
branches:
- "**"
# tags:
# - "v*"
# pull_request:
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
(Get-Content __init__.py).Replace('# WINDOWSDLL', 'import os; os.add_dll_directory("D:/a/dolfinx/dolfinx-install/bin"); os.add_dll_directory("C:/Program Files (x86)/Intel/oneAPI/mpi/2021.12/opt/mpi/libfabric/bin")') | Set-Content __init__.py
Get-Content __init__.py
- uses: mpi4py/setup-mpi@v1.2.6
- uses: mpi4py/setup-mpi@v1.2.2
with:
mpi: "intelmpi"

Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
- name: Install build dependencies
working-directory: dolfinx
run: |
pip -v install --no-binary mpi4py -r python/build-requirements.txt
pip -v install --no-binary mpi4py -r "mpi4py<4"
- name: Install DOLFINx (Python)
working-directory: dolfinx
Expand Down

0 comments on commit 028a71d

Please sign in to comment.