Skip to content

Commit

Permalink
skip UUIDs in downgrade CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha authored Feb 22, 2024
1 parent 74d9566 commit c5eee35
Showing 1 changed file with 1 addition 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,DiffEqBase
skip: LinearAlgebra,Printf,SparseArrays,UUIDs,DiffEqBase
projects: ., test
- uses: julia-actions/julia-buildpkg@v1
env:
Expand Down

0 comments on commit c5eee35

Please sign in to comment.