File tree Expand file tree Collapse file tree
DifferentiationInterfaceTest
DifferentiationInterface/test Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,11 +25,12 @@ jobs:
2525 actions : write
2626 contents : read
2727 strategy :
28- fail-fast : true # TODO: toggle
28+ fail-fast : false # TODO: toggle
2929 matrix :
3030 version :
31- - " 1.10 "
31+ - " lts "
3232 - " 1"
33+ - " pre"
3334 group :
3435 - Core/Internals
3536 - Back/DifferentiateWith
5354 - Down/Lux
5455 skip_lts :
5556 - ${{ github.event.pull_request.draft }}
57+ skip_pre :
58+ - ${{ github.event.pull_request.draft }}
5659 exclude :
5760 - skip_lts : true
58- version : " 1.10"
61+ version : " lts"
62+ - skip_pre : true
63+ version : " pre"
5964 - version : " 1"
6065 group : Back/ChainRules
6166 env :
@@ -97,21 +102,26 @@ jobs:
97102 actions : write
98103 contents : read
99104 strategy :
100- fail-fast : true
105+ fail-fast : false
101106 matrix :
102107 version :
103- - " 1.10 "
108+ - " lts "
104109 - " 1"
110+ - " pre"
105111 group :
106112 - Formalities
107113 - Zero
108114 - Standard
109115 - Weird
110116 skip_lts :
111117 - ${{ github.event.pull_request.draft }}
118+ skip_pre :
119+ - ${{ github.event.pull_request.draft }}
112120 exclude :
113121 - skip_lts : true
114- version : " 1.10"
122+ version : " lts"
123+ - skip_pre : true
124+ version : " pre"
115125 env :
116126 JULIA_DIT_TEST_GROUP : ${{ matrix.group }}
117127 JULIA_DI_PR_DRAFT : ${{ github.event.pull_request.draft }}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ ComponentArrays = "0.15.27"
2323DataFrames = " 1.7.0"
2424Dates = " 1"
2525ExplicitImports = " 1.10.1"
26- JET = " 0.9"
26+ JET = " 0.9,0.10 "
2727JLArrays = " 0.2.0"
2828Pkg = " 1"
2929Random = " 1"
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ FiniteDifferences = "0.12"
5454Flux = " 0.16"
5555ForwardDiff = " 0.10.36,1"
5656Functors = " 0.4, 0.5"
57- JET = " 0.4 - 0.8, 0.9 "
57+ JET = " 0.9,0.10 "
5858JLArrays = " 0.1, 0.2"
5959LinearAlgebra = " 1"
6060Lux = " 1.1.0"
You can’t perform that action at this time.
0 commit comments