Skip to content

Commit 85524a8

Browse files
committed
ci: fix scc require base
1 parent 08a9ddf commit 85524a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI_SCCNonlinearSolve.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
Pkg.Registry.update()
5454
# Install packages present in subdirectories
5555
dev_pks = Pkg.PackageSpec[]
56-
for path in ("lib/SciMLJacobianOperators",)
56+
for path in ("lib/SciMLJacobianOperators", "lib/NonlinearSolveBase")
5757
push!(dev_pks, Pkg.PackageSpec(; path))
5858
end
5959
Pkg.develop(dev_pks)

0 commit comments

Comments
 (0)