You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for path in ("lib/SciMLJacobianOperators", "lib/BracketingNonlinearSolve", "lib/NonlinearSolveBase", "lib/SimpleNonlinearSolve", "lib/NonlinearSolveFirstOrder", "lib/NonlinearSolveSpectralMethods", "lib/NonlinearSolveQuasiNewton")
73
-
push!(dev_pks, Pkg.PackageSpec(; path))
74
-
end
75
-
Pkg.develop(dev_pks)
76
-
Pkg.instantiate()
77
-
Pkg.test(; coverage="user")
78
-
shell: julia --color=yes --code-coverage=user --depwarn=yes --project=. {0}
79
-
env:
80
-
GROUP: ${{ matrix.group }}
81
-
# Wrapper tests run sequentially to avoid parallel initialization issues with external packages
0 commit comments