From 624a78e4e2ef190a4fa1d669213c8a850a879e0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 08:43:15 +0000 Subject: [PATCH] Bump mpi4py/setup-mpi from 1.4.3 to 1.4.4 Bumps [mpi4py/setup-mpi](https://github.com/mpi4py/setup-mpi) from 1.4.3 to 1.4.4. - [Release notes](https://github.com/mpi4py/setup-mpi/releases) - [Commits](https://github.com/mpi4py/setup-mpi/compare/v1.4.3...v1.4.4) --- updated-dependencies: - dependency-name: mpi4py/setup-mpi dependency-version: 1.4.4 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 55aac73734..b88c9687fb 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -118,7 +118,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/latest/opt/mpi/libfabric/bin")') | Set-Content __init__.py Get-Content __init__.py - - uses: mpi4py/setup-mpi@v1.4.3 + - uses: mpi4py/setup-mpi@v1.4.4 with: mpi: "intelmpi"