Skip to content

Commit a828025

Browse files
ci(downgrade): allow-reresolve true (was false)
Strict no-reresolve can't reconcile floored core deps against the latest-floating transitive SciML stack; reresolve still enforces the floor [compat] pins but resolves a consistent set. Verified locally. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent dc94fc6 commit a828025

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Downgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
julia-version: "1.10"
2323
group: "${{ matrix.group }}"
2424
skip: "Pkg,TOML"
25-
allow-reresolve: false
25+
allow-reresolve: true
2626
secrets: "inherit"

0 commit comments

Comments
 (0)