Skip to content

Commit

Permalink
do not downgrade Aqua in downgrade test
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Apr 16, 2024
1 parent f0da995 commit 0b8ef73
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 @@ -25,6 +25,6 @@ jobs:
version: ${{ matrix.version }}
- uses: cjdoris/julia-downgrade-compat-action@v1
with:
skip: Pkg,TOML,Random,Test,LinearAlgebra
skip: Pkg,TOML,Random,Test,LinearAlgebra,Aqua
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1

0 comments on commit 0b8ef73

Please sign in to comment.