Skip to content

Commit b103ea6

Browse files
committed
Fix IntegrationTest workflow
1 parent 8a92721 commit b103ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/IntegrationTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
end
5050
end
5151
try
52-
pkg = "{{ inputs.pkg }}"
52+
pkg = "${{ inputs.pkg }}"
5353
Pkg.add(PackageSpec(name=pkg))
5454
# force it to use this PR's version of the package
5555
Pkg.develop(PackageSpec(path=".")) # resolver may fail with main deps

0 commit comments

Comments
 (0)