Skip to content

Commit 82d7449

Browse files
committed
Force JET 0.11 to see what happens
1 parent 76a0b96 commit 82d7449

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

.github/workflows/Test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
fail-fast: true # TODO: toggle
2929
matrix:
3030
version:
31-
- '1.10'
32-
- '1.11'
31+
# - '1.10'
32+
# - '1.11'
3333
- '1.12'
3434
group:
3535
- Core/Internals
@@ -111,8 +111,8 @@ jobs:
111111
fail-fast: true
112112
matrix:
113113
version:
114-
- '1.10'
115-
- '1.11'
114+
# - '1.10'
115+
# - '1.11'
116116
- '1.12'
117117
group:
118118
- Formalities

DifferentiationInterfaceTest/Project.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,12 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
3535
DifferentiationInterfaceTestComponentArraysExt = "ComponentArrays"
3636
DifferentiationInterfaceTestFluxExt = ["FiniteDifferences", "Flux", "Functors"]
3737
DifferentiationInterfaceTestJLArraysExt = "JLArrays"
38-
DifferentiationInterfaceTestLuxExt = ["ComponentArrays", "ForwardDiff", "Lux", "LuxTestUtils"]
38+
DifferentiationInterfaceTestLuxExt = [
39+
"ComponentArrays",
40+
"ForwardDiff",
41+
"Lux",
42+
"LuxTestUtils",
43+
]
3944
DifferentiationInterfaceTestStaticArraysExt = "StaticArrays"
4045

4146
[compat]
@@ -50,7 +55,7 @@ FiniteDifferences = "0.12"
5055
Flux = "0.16"
5156
ForwardDiff = "0.10.36,1"
5257
Functors = "0.4, 0.5"
53-
JET = "0.9,0.10, 0.11"
58+
JET = "0.11"
5459
JLArrays = "0.1, 0.2"
5560
LinearAlgebra = "1"
5661
Lux = "1.1.0"

0 commit comments

Comments
 (0)