Skip to content

Commit 29b46b0

Browse files
Bump mpi4py/setup-mpi from 1.4.1 to 1.4.2 (#4079)
Bumps [mpi4py/setup-mpi](https://github.com/mpi4py/setup-mpi) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/mpi4py/setup-mpi/releases) - [Commits](mpi4py/setup-mpi@v1.4.1...v1.4.2) --- updated-dependencies: - dependency-name: mpi4py/setup-mpi dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1c01fe2 commit 29b46b0

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
@@ -117,7 +117,7 @@ jobs:
117117
(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/latest/opt/mpi/libfabric/bin")') | Set-Content __init__.py
118118
Get-Content __init__.py
119119
120-
- uses: mpi4py/setup-mpi@v1.4.1
120+
- uses: mpi4py/setup-mpi@v1.4.2
121121
with:
122122
mpi: "intelmpi"
123123

0 commit comments

Comments
 (0)