Skip to content

Commit

Permalink
tweaking the downgrade options hoping for the best
Browse files Browse the repository at this point in the history
  • Loading branch information
pogudingleb committed Jan 28, 2024
1 parent 1d88ccf commit 1526318
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,7 +25,7 @@ jobs:
# if: ${{ matrix.version == '1.6' }}
with:
# skip standard libraries..
skip: Pkg,TOML,Logging,Random,Dates,LinearAlgebra
skip: Pkg,TOML,Logging,Random,Dates,LinearAlgebra,Test,Compat,Aqua
strict: 'false'
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1

0 comments on commit 1526318

Please sign in to comment.