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 cfd1321 commit a65b29dCopy full SHA for a65b29d
.github/workflows/Downgrade.yml
@@ -25,7 +25,7 @@ jobs:
25
version: ${{ matrix.julia-version }}
26
- uses: julia-actions/julia-downgrade-compat@v2
27
with:
28
- skip: Pkg,TOML
+ skip: Pkg,TOML,Statistics,LinearAlgebra,SparseArrays,InteractiveUtils
29
30
- uses: julia-actions/julia-buildpkg@v1
31
- uses: julia-actions/julia-runtest@v1
0 commit comments