We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73940ef + 03fba5b commit e71d9f4Copy full SHA for e71d9f4
2 files changed
.github/workflows/CI.yml
@@ -48,7 +48,7 @@ jobs:
48
with:
49
version: ${{ matrix.version }}
50
arch: ${{ matrix.arch }}
51
- - uses: julia-actions/cache@v2
+ - uses: julia-actions/cache@v3
52
- uses: julia-actions/julia-buildpkg@v1
53
- uses: julia-actions/julia-runtest@v1
54
env:
.github/workflows/CI_libs.yml
@@ -92,7 +92,7 @@ jobs:
92
93
94
95
96
- name: add MPIPreferences and external packages
97
shell: julia --color=yes --project=. {0}
98
run: |
0 commit comments