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 08a9ddf commit 85524a8Copy full SHA for 85524a8
.github/workflows/CI_SCCNonlinearSolve.yml
@@ -53,7 +53,7 @@ jobs:
53
Pkg.Registry.update()
54
# Install packages present in subdirectories
55
dev_pks = Pkg.PackageSpec[]
56
- for path in ("lib/SciMLJacobianOperators",)
+ for path in ("lib/SciMLJacobianOperators", "lib/NonlinearSolveBase")
57
push!(dev_pks, Pkg.PackageSpec(; path))
58
end
59
Pkg.develop(dev_pks)
0 commit comments