Skip to content

Commit a2082ca

Browse files
authored
Merge pull request #8 from JuliaGraphs/massinstallaction/set-up-Downgrade
MassInstallAction: Install the Downgrade workflow on this repository
2 parents 8c47dc0 + 90b66be commit a2082ca

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
@@ -23,7 +23,7 @@ jobs:
2323
version: ${{ matrix.version }}
2424
- uses: julia-actions/julia-downgrade-compat@v2
2525
with:
26-
skip: Pkg,TOML,InteractiveUtils,Random,LinearAlgebra,Statistics,Printf,Combinatorics,Random,PrecompileTools,SparseArrays,DelimitedFiles
26+
skip: Pkg,TOML,InteractiveUtils,Random,LinearAlgebra
2727
- uses: julia-actions/cache@v2
2828
- uses: julia-actions/julia-buildpkg@v1
2929
- uses: julia-actions/julia-runtest@v1

0 commit comments

Comments
 (0)