We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78261e9 commit 7eafdbdCopy full SHA for 7eafdbd
1 file changed
.github/workflows/unit-tests.yml
@@ -172,8 +172,8 @@ jobs:
172
-ArgumentList '/S' `
173
-Wait
174
# Add MPI to the path
175
- $Env:Path += ";${Env:ProgramFiles}\Microsoft MPI\Bin"
176
- echo "PATH=${Env:PATH}" >> ${Env:GITHUB_ENV}
+ # $Env:Path += ";${Env:ProgramFiles}\Microsoft MPI\Bin"
+ # echo "PATH=${Env:PATH}" >> ${Env:GITHUB_ENV}
177
- name: Checkout sources
178
uses: actions/checkout@v4
179
with:
0 commit comments