We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb3c1e3 commit 41c5c16Copy full SHA for 41c5c16
.github/workflows/Downstream.yml
@@ -58,7 +58,7 @@ jobs:
58
using Pkg
59
try
60
# force it to use this PR's version of the package
61
- Pkg.develop(map(path ->Pkg.PackageSpec.(;path="$(@__DIR__)/lib/$(path)"), readdir("./lib")));
+ Pkg.develop(map(path ->Pkg.PackageSpec.(;path="lib/$(path)"), readdir("./lib")));
62
Pkg.develop(PackageSpec(path=".")) # resolver may fail with main deps
63
Pkg.update()
64
Pkg.test(coverage=true) # resolver may fail with test time deps
0 commit comments