Skip to content

Commit 8a92721

Browse files
committed
Fix IntegrationTest workflow
1 parent 830beb9 commit 8a92721

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/IntegrationTest.yml

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

0 commit comments

Comments
 (0)