From e160d53cdaad4c12f022e0df699f85a4dc0c414f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 08:12:09 +0000 Subject: [PATCH] Bump mpi4py/setup-mpi from 1.2.2 to 1.2.6 Bumps [mpi4py/setup-mpi](https://github.com/mpi4py/setup-mpi) from 1.2.2 to 1.2.6. - [Release notes](https://github.com/mpi4py/setup-mpi/releases) - [Commits](https://github.com/mpi4py/setup-mpi/compare/v1.2.2...v1.2.6) --- updated-dependencies: - dependency-name: mpi4py/setup-mpi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 5a200a081a..8c18856fb2 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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.2 + - uses: mpi4py/setup-mpi@v1.2.6 with: mpi: "intelmpi"