Skip to content

Commit 7208a4c

Browse files
committed
use julia-downgrade-compat@v2
1 parent 035aec0 commit 7208a4c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/Downgrade.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
arch: ${{ matrix.arch }}
7676
- run: julia -e 'using InteractiveUtils; versioninfo(verbose=true)'
7777
- uses: julia-actions/cache@v2
78-
- uses: julia-actions/julia-downgrade-compat@v1
78+
- uses: julia-actions/julia-downgrade-compat@v2
7979
with:
8080
skip: LinearAlgebra,Printf,SparseArrays,UUIDs,DelimitedFiles,Test,Downloads,Random
8181
projects: ., test
@@ -86,6 +86,7 @@ jobs:
8686
uses: julia-actions/julia-runtest@v1
8787
with:
8888
coverage: false
89+
allow_reresolve: false
8990
env:
9091
PYTHON: ''
9192
TRIXI_TEST: ${{ matrix.trixi_test }}

0 commit comments

Comments
 (0)