Skip to content

Commit ea739a4

Browse files
committed
attempt to fix compat check
1 parent 1a706b1 commit ea739a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CompatCheck.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
downgrade_mode: ['alldeps']
23+
downgrade_mode: ['deps']
2424
julia-version: ['1.10', '1']
2525
steps:
2626
- uses: actions/checkout@v5
@@ -31,5 +31,6 @@ jobs:
3131
with:
3232
mode: ${{ matrix.downgrade_mode }}
3333
skip: Random, LinearAlgebra, Test, Combinatorics
34+
julia-version: ${{ matrix.julia_version }}
3435
- uses: julia-actions/julia-buildpkg@v1
3536
- uses: julia-actions/julia-runtest@v1

0 commit comments

Comments
 (0)