We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 881f058 commit fc6a27cCopy full SHA for fc6a27c
.github/workflows/CI_NonlinearSolve.yml
@@ -36,6 +36,7 @@ jobs:
36
- wrappers
37
- misc
38
- nopre
39
+ - trim
40
version:
41
- "1"
42
- "1.11"
@@ -48,6 +49,11 @@ jobs:
48
49
# Don't run nopre tests on prerelease Julia
50
- group: nopre
51
version: "pre"
52
+ # Don't run trim tests on Julia versions below 1.12
53
+ - group: trim
54
+ version: "1.11"
55
56
+ version: "lts"
57
uses: LuxDL/Lux.jl/.github/workflows/CommonCI.yml@main
58
with:
59
julia_version: ${{ matrix.version }}
0 commit comments