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 0ce4b44 commit 2fe0d94Copy full SHA for 2fe0d94
.github/workflows/UnitTests.yml
@@ -313,7 +313,10 @@ jobs:
313
using Pkg
314
Pkg.develop(path="lib/MPIPreferences")
315
using MPIPreferences
316
- MPIPreferences.use_system_binary(export_prefs=true)
+ MPIPreferences.use_system_binary(;
317
+ export_prefs=true,
318
+ mpiexec="C:\\Program Files\\Microsoft MPI\\Bin\\mpiexec"
319
+ )
320
rm("test/Manifest.toml")
321
322
- uses: julia-actions/julia-runtest@latest
0 commit comments