Skip to content

Commit 7eafdbd

Browse files
committed
WIP: Stop adding MPI path on Windows integration tests
This should no longer be needed with the refresh of the environment
1 parent 78261e9 commit 7eafdbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ jobs:
172172
-ArgumentList '/S' `
173173
-Wait
174174
# Add MPI to the path
175-
$Env:Path += ";${Env:ProgramFiles}\Microsoft MPI\Bin"
176-
echo "PATH=${Env:PATH}" >> ${Env:GITHUB_ENV}
175+
# $Env:Path += ";${Env:ProgramFiles}\Microsoft MPI\Bin"
176+
# echo "PATH=${Env:PATH}" >> ${Env:GITHUB_ENV}
177177
- name: Checkout sources
178178
uses: actions/checkout@v4
179179
with:

0 commit comments

Comments
 (0)