From 5ad1e61473b1ef434faf25f7d0e24ad836ba5848 Mon Sep 17 00:00:00 2001 From: Stefan Krastanov Date: Tue, 5 Mar 2024 19:16:42 -0500 Subject: [PATCH] fix the downgrade CI --- .github/workflows/downgrade.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/downgrade.yml b/.github/workflows/downgrade.yml index 9478403..3b7e242 100644 --- a/.github/workflows/downgrade.yml +++ b/.github/workflows/downgrade.yml @@ -23,7 +23,7 @@ jobs: version: ${{ matrix.version }} - uses: julia-actions/julia-downgrade-compat@v1 with: - skip: Pkg,TOML,InteractiveUtils,Random,LinearAlgebra,Statistics,Printf,Combinatorics,Random,PrecompileTools + skip: Pkg,TOML,InteractiveUtils,Random,LinearAlgebra,Statistics,Printf,Combinatorics,Random,PrecompileTools,SparseArrays,DelimitedFiles - uses: julia-actions/cache@v1 - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1