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 ad165d7 commit 2962c77Copy full SHA for 2962c77
.github/workflows/UnitTests.yml
@@ -58,8 +58,11 @@ jobs:
58
${{ runner.os }}-test-
59
${{ runner.os }}-
60
61
- - name: "add MPIPreferences"
62
- run: julia --project -e 'using Pkg; Pkg.develop(path="lib/MPIPreferences")'
+ - name: add MPIPreferences
+ shell: julia --color=yes --project=. {0}
63
+ run: |
64
+ using Pkg
65
+ Pkg.develop(path="lib/MPIPreferences")
66
- uses: julia-actions/julia-buildpkg@latest
67
- uses: julia-actions/julia-runtest@latest
68
0 commit comments