Skip to content

Commit

Permalink
skipping IterTools - that's the key
Browse files Browse the repository at this point in the history
  • Loading branch information
pogudingleb committed Jan 31, 2024
1 parent f3f9d6f commit c3c25a9
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,Test,Compat,Aqua
skip: Aqua,Compat,Dates,IterTools,LinearAlgebra,Logging,Pkg,Random,Test,TOML
strict: 'false'
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1

0 comments on commit c3c25a9

Please sign in to comment.