Skip to content

Commit cfd1321

Browse files
Update DowngradeSublibraries.yml
1 parent 7ac97e7 commit cfd1321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/DowngradeSublibraries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- uses: julia-actions/julia-downgrade-compat@v2
6161
with:
6262
projects: ${{ matrix.project }}
63-
skip: Pkg,TOML
63+
skip: Pkg,TOML,Statistics,LinearAlgebra,SparseArrays,InteractiveUtils
6464
version: ${{ matrix.julia-version }}
6565
- uses: julia-actions/julia-buildpkg@v1
6666
with:

0 commit comments

Comments
 (0)