We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ac97e7 commit cfd1321Copy full SHA for cfd1321
.github/workflows/DowngradeSublibraries.yml
@@ -60,7 +60,7 @@ jobs:
60
- uses: julia-actions/julia-downgrade-compat@v2
61
with:
62
projects: ${{ matrix.project }}
63
- skip: Pkg,TOML
+ skip: Pkg,TOML,Statistics,LinearAlgebra,SparseArrays,InteractiveUtils
64
version: ${{ matrix.julia-version }}
65
- uses: julia-actions/julia-buildpkg@v1
66
0 commit comments