Skip to content

Commit 83edb51

Browse files
ci(downgrade): allow-reresolve false (strict SciML default)
Use the strict SciML default `allow-reresolve: false` so Pkg.test must instantiate the exact deps-floor + latest-transitive set with no reconciliation. Verified locally on Julia 1.10 (deps-mode: only [deps] [compat] pinned to floors, allow_reresolve=false): Quality Assurance: 10/10 Basic Tests: 329 pass, 1 broken (pre-existing @test_broken), 330 total "Testing ExponentialUtilities tests passed" (exit 0) No floor raises needed — current [deps] floors are strict-consistent with the latest transitive ecosystem. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent a828025 commit 83edb51

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: true
25+
allow-reresolve: false
2626
secrets: "inherit"

0 commit comments

Comments
 (0)