diff --git a/.github/workflows/Downgrade.yml b/.github/workflows/Downgrade.yml index 677ec28..4d36aeb 100644 --- a/.github/workflows/Downgrade.yml +++ b/.github/workflows/Downgrade.yml @@ -17,5 +17,4 @@ jobs: with: julia-version: "1.10" skip: "Pkg,TOML" - allow-reresolve: false secrets: "inherit" diff --git a/.github/workflows/DowngradeSublibraries.yml b/.github/workflows/DowngradeSublibraries.yml index 552169d..9669e75 100644 --- a/.github/workflows/DowngradeSublibraries.yml +++ b/.github/workflows/DowngradeSublibraries.yml @@ -20,4 +20,3 @@ jobs: with: julia-version: "lts" skip: "Pkg,TOML,Statistics,LinearAlgebra,SparseArrays,InteractiveUtils,Random,Test,Corleone" - allow-reresolve: true