Skip to content

Commit

Permalink
Fix downgrade CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Moelf committed Dec 10, 2024
1 parent 2d5d97f commit 7eb25f3
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 @@ -24,6 +24,6 @@ jobs:
version: ${{ matrix.version }}
- uses: julia-actions/julia-downgrade-compat@v1
with:
skip: Pkg,TOML,Mmap,Test,Random,InteractiveUtils
skip: Pkg,TOML,Mmap,Test,Random,InteractiveUtils,Test
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1

0 comments on commit 7eb25f3

Please sign in to comment.