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 830beb9 commit 8a92721Copy full SHA for 8a92721
.github/workflows/IntegrationTest.yml
@@ -49,6 +49,7 @@ jobs:
49
end
50
51
try
52
+ pkg = "{{ inputs.pkg }}"
53
Pkg.add(PackageSpec(name=pkg))
54
# force it to use this PR's version of the package
55
Pkg.develop(PackageSpec(path=".")) # resolver may fail with main deps
0 commit comments