Skip to content

Commit d9e70d5

Browse files
ChrisRackauckas-ClaudeChrisRackauckasclaude
authored
Drop allow-reresolve input from downgrade workflow(s) (#959)
The reusable SciML/.github downgrade workflows now always use allow_reresolve: false and no longer accept an allow-reresolve input (see SciML/.github#71). Remove the now-invalid input so this caller keeps working once @v1 is retagged. Co-authored-by: Chris Rackauckas <accounts@chrisrackauckas.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent ba038e4 commit d9e70d5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/DowngradeSublibraries.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@ jobs:
2020
with:
2121
julia-version: "lts"
2222
skip: "Pkg,TOML,Statistics,LinearAlgebra,SparseArrays,InteractiveUtils,Random,Test,NonlinearSolve,NonlinearSolveBase,NonlinearSolveFirstOrder,NonlinearSolveQuasiNewton,NonlinearSolveSpectralMethods,NonlinearSolveHomotopyContinuation,NonlinearSolveSciPy,BracketingNonlinearSolve,SimpleNonlinearSolve,SCCNonlinearSolve,SciMLJacobianOperators"
23-
allow-reresolve: true
2423
# Every lib/* sublibrary is downgrade-tested (projects auto-discovered, no exclusions).

0 commit comments

Comments
 (0)