Skip to content

Commit a65b29d

Browse files
Update Downgrade.yml
1 parent cfd1321 commit a65b29d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Downgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
version: ${{ matrix.julia-version }}
2626
- uses: julia-actions/julia-downgrade-compat@v2
2727
with:
28-
skip: Pkg,TOML
28+
skip: Pkg,TOML,Statistics,LinearAlgebra,SparseArrays,InteractiveUtils
2929
version: ${{ matrix.julia-version }}
3030
- uses: julia-actions/julia-buildpkg@v1
3131
- uses: julia-actions/julia-runtest@v1

0 commit comments

Comments
 (0)