Skip to content

Commit 4d913f6

Browse files
Merge pull request #612 from SciML/ChrisRackauckas-patch-3
Switch NonlinearSolve downstream to only core
2 parents eeb8b09 + 6da12a2 commit 4d913f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- {user: SciML, repo: ModelingToolkit.jl, group: All}
2222
- {user: SciML, repo: SciMLSensitivity.jl, group: Core1}
2323
- {user: SciML, repo: BoundaryValueDiffEq.jl, group: All}
24-
- {user: SciML, repo: NonlinearSolve.jl, group: All}
24+
- {user: SciML, repo: NonlinearSolve.jl, group: Core}
2525
steps:
2626
- uses: actions/checkout@v4
2727
- uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)