Skip to content

Commit 0a28c65

Browse files
committed
ci: disable pre for now
1 parent 67c8485 commit 0a28c65

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

.github/workflows/CI_BoundaryValueDiffEq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
version:
4040
- "1"
4141
- "lts"
42-
- "pre"
42+
#- "pre"
4343
os:
4444
- ubuntu-latest
4545
steps:

.github/workflows/CI_BoundaryValueDiffEqAscher.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
version:
3232
- "1"
3333
- "lts"
34-
- "pre"
34+
#- "pre"
3535
group:
3636
- core
3737
os:

.github/workflows/CI_BoundaryValueDiffEqCore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
version:
3131
- "1"
3232
- "lts"
33-
- "pre"
33+
#- "pre"
3434
group:
3535
- core
3636
os:

.github/workflows/CI_BoundaryValueDiffEqFIRK.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
version:
3232
- "1"
3333
- "lts"
34-
- "pre"
34+
#- "pre"
3535
group:
3636
- EXPANDED
3737
- NESTED

.github/workflows/CI_BoundaryValueDiffEqMIRK.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
version:
3232
- "1"
3333
- "lts"
34-
- "pre"
34+
#- "pre"
3535
group:
3636
- core
3737
os:

.github/workflows/CI_BoundaryValueDiffEqMIRKN.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
version:
3232
- "1"
3333
- "lts"
34-
- "pre"
34+
#- "pre"
3535
group:
3636
- core
3737
os:

.github/workflows/CI_BoundaryValueDiffEqShooting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
version:
3232
- "1"
3333
- "lts"
34-
- "pre"
34+
#- "pre"
3535
group:
3636
- core
3737
os:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ FastClosures = "0.3.2"
4040
ForwardDiff = "0.10.38, 1"
4141
Hwloc = "3.3"
4242
InteractiveUtils = "<0.0.1, 1"
43-
JET = "0.9.12"
43+
JET = "0.9.19"
4444
LinearAlgebra = "1.10"
4545
ODEInterface = "0.5"
4646
OrdinaryDiffEq = "6.90.1"

lib/BoundaryValueDiffEqAscher/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ FastClosures = "0.3.2"
3939
ForwardDiff = "0.10.38, 1"
4040
Hwloc = "3"
4141
InteractiveUtils = "<0.0.1, 1"
42-
JET = "0.9.12"
42+
JET = "0.9.19"
4343
LinearAlgebra = "1.10"
4444
LinearSolve = "2.36.2, 3"
4545
PreallocationTools = "0.4.24"

lib/BoundaryValueDiffEqFIRK/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ FastClosures = "0.3.2"
3939
ForwardDiff = "0.10.38, 1"
4040
Hwloc = "3"
4141
InteractiveUtils = "<0.0.1, 1"
42-
JET = "0.9.12"
42+
JET = "0.9.19"
4343
LinearAlgebra = "1.10"
4444
LinearSolve = "2.36.2, 3"
4545
OrdinaryDiffEq = "6.90.1"

0 commit comments

Comments
 (0)