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 8a92721 commit b103ea6Copy full SHA for b103ea6
.github/workflows/IntegrationTest.yml
@@ -49,7 +49,7 @@ jobs:
49
end
50
51
try
52
- pkg = "{{ inputs.pkg }}"
+ 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