From c3c25a9468f52be644fdc1554733c48086a7a6a3 Mon Sep 17 00:00:00 2001 From: pogudingleb Date: Wed, 31 Jan 2024 17:10:02 +0100 Subject: [PATCH] skipping IterTools - that's the key --- .github/workflows/Downgrade.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Downgrade.yml b/.github/workflows/Downgrade.yml index 4f2678db..df4414fc 100644 --- a/.github/workflows/Downgrade.yml +++ b/.github/workflows/Downgrade.yml @@ -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