Skip to content

Commit 657f379

Browse files
Hotfix for failing tests related to LinearSolve v2 (#149)
* hotfix for failing tests * ignore SciMLBase in downgrade * add compat for SciMLOperators this is needed to prevent the method overwriting
1 parent af0bb16 commit 657f379

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/Downgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: julia-actions/cache@v2
3939
- uses: julia-actions/julia-downgrade-compat@v1
4040
with:
41-
skip: LinearAlgebra,SparseArrays,Statistics,Test
41+
skip: LinearAlgebra,SparseArrays,Statistics,Test,SciMLBase,SciMLOperators
4242
projects: ., test
4343
- uses: julia-actions/julia-buildpkg@v1
4444
env:

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8"
1212
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
1313
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1414
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
15+
SciMLOperators = "c0aeaf25-5076-4817-a8d5-81caf7dfa961"
1516
SimpleUnPack = "ce78b400-467f-4804-87d8-8f486da07d0a"
1617
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1718
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
@@ -26,7 +27,8 @@ MuladdMacro = "0.2.4"
2627
OrdinaryDiffEqCore = "1.16"
2728
RecipesBase = "1.3.4"
2829
Reexport = "1.2.2"
29-
SciMLBase = "2.68"
30+
SciMLBase = "2.68 - 2.77"
31+
SciMLOperators = "0.3 - 0.3.12"
3032
SimpleUnPack = "1"
3133
SparseArrays = "1"
3234
StaticArrays = "1.9.7"

0 commit comments

Comments
 (0)