Skip to content

Commit 4310cb3

Browse files
Merge pull request #493 from ChrisRackauckas-Claude/downgrade-ci-reenable
Re-enable downgrade CI with genuine test-at-floor (allow_reresolve: false)
2 parents 3bdeca7 + 3f686be commit 4310cb3

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/Downgrade.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ on:
1212
- 'docs/**'
1313
jobs:
1414
test:
15-
if: false # Disabled: waiting on upstream compat fixes. See #417
1615
runs-on: ubuntu-latest
1716
strategy:
1817
matrix:

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ BoundaryValueDiffEqMIRKN = "1"
4343
BoundaryValueDiffEqShooting = "1"
4444
DiffEqBase = "6.183, 7"
4545
DiffEqDevTools = "2.48, 3"
46+
DifferentiationInterface = "0.7.13"
4647
FastClosures = "0.3.2"
4748
ForwardDiff = "0.10.38, 1"
4849
Hwloc = "3.3"
@@ -69,6 +70,7 @@ julia = "1.10"
6970
[extras]
7071
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
7172
DiffEqDevTools = "f3b72e0c-5b89-59e1-b016-84e28bfd966d"
73+
DifferentiationInterface = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
7274
Hwloc = "0e44f5e4-bd66-52a0-8798-143a42290a1d"
7375
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
7476
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
@@ -87,4 +89,4 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
8789
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
8890

8991
[targets]
90-
test = ["Aqua", "DiffEqDevTools", "Hwloc", "InteractiveUtils", "LinearSolve", "NonlinearSolveFirstOrder", "ODEInterface", "OrdinaryDiffEqLowOrderRK", "OrdinaryDiffEqTsit5", "Pkg", "Random", "ReTestItems", "RecursiveArrayTools", "Sparspak", "StaticArrays", "Test", "OptimizationBase", "NonlinearSolveBase"]
92+
test = ["Aqua", "DiffEqDevTools", "DifferentiationInterface", "Hwloc", "InteractiveUtils", "LinearSolve", "NonlinearSolveFirstOrder", "ODEInterface", "OrdinaryDiffEqLowOrderRK", "OrdinaryDiffEqTsit5", "Pkg", "Random", "ReTestItems", "RecursiveArrayTools", "Sparspak", "StaticArrays", "Test", "OptimizationBase", "NonlinearSolveBase"]

0 commit comments

Comments
 (0)