Skip to content

Commit

Permalink
skip delimitedfiles in downgrade compat
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring committed Mar 18, 2024
1 parent 443a162 commit 247946b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Downgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-downgrade-compat@v1
with:
skip: LinearAlgebra,Printf,SparseArrays,UUIDs,DiffEqBase
skip: LinearAlgebra,Printf,SparseArrays,UUIDs,DiffEqBase,DelimitedFiles
projects: ., test
- uses: julia-actions/julia-buildpkg@v1
env:
Expand Down
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ CodeTracking = "1.0.5"
ConstructionBase = "1.3"
Convex = "0.15.4"
DataStructures = "0.18.15"
DelimitedFiles = "1.9"
DiffEqBase = "6 - 6.143"
DiffEqCallbacks = "2.25"
Downloads = "1.6"
Expand Down
1 change: 1 addition & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
Aqua = "0.8"
CairoMakie = "0.10"
DelimitedFiles = "1.9"
Downloads = "1"
FFMPEG = "0.4"
ForwardDiff = "0.10.24"
Expand Down

0 comments on commit 247946b

Please sign in to comment.