File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1212 env :
1313 GROUP : ${{ matrix.package.group }}
1414 strategy :
15+ fail-fast : false
1516 matrix :
1617 julia-version : [1]
1718 os : [ubuntu-latest]
2021 - {user: SciML, repo: ModelingToolkit.jl, group: All}
2122 - {user: SciML, repo: SciMLSensitivity.jl, group: Core1}
2223 - {user: SciML, repo: BoundaryValueDiffEq.jl, group: All}
23-
24+ - {user: SciML, repo: NonlinearSolve.jl, group: All}
2425 steps :
2526 - uses : actions/checkout@v4
2627 - uses : julia-actions/setup-julia@v1
5051 @info "Not compatible with this release. No problem." exception=err
5152 exit(0) # Exit immediately, as a success
5253 end
54+ env :
55+ RETESTITEMS_NWORKERS : 4
56+ RETESTITEMS_NWORKER_THREADS : 2
5357 - uses : julia-actions/julia-processcoverage@v1
5458 - uses : codecov/codecov-action@v3
5559 with :
Original file line number Diff line number Diff line change 11name = " LinearSolve"
22uuid = " 7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
33authors = [" SciML" ]
4- version = " 2.23.3 "
4+ version = " 2.23.4 "
55
66[deps ]
77ArrayInterface = " 4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
@@ -67,7 +67,7 @@ CUDA = "5"
6767ConcreteStructs = " 0.2.3"
6868DocStringExtensions = " 0.9.3"
6969EnumX = " 1.0.4"
70- Enzyme = " 0.11.14 "
70+ Enzyme = " 0.11.15 "
7171EnzymeCore = " 0.6.5"
7272FastAlmostBandedMatrices = " 0.1"
7373FastLapackInterface = " 2"
You can’t perform that action at this time.
0 commit comments