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 9bff4c8 commit 8663f26Copy full SHA for 8663f26
.github/workflows/CI_SimpleImplicitDiscreteSolve.yml
@@ -56,7 +56,7 @@ jobs:
56
Pkg.Registry.update()
57
# Install packages present in subdirectories
58
dev_pks = Pkg.PackageSpec[]
59
- for path in ("lib/SimpleImplicitDiscreteSolve", "lib/SimpleNonlinearSolve")
+ for path in ("lib/SimpleNonlinearSolve",)
60
push!(dev_pks, Pkg.PackageSpec(; path))
61
end
62
Pkg.develop(dev_pks)
@@ -100,7 +100,7 @@ jobs:
100
101
102
103
104
105
106
0 commit comments