Skip to content

Commit 836fef4

Browse files
committed
Try fixing downstream test workflow
1 parent a2bc896 commit 836fef4

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/IntegrationTest.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ jobs:
3636
- uses: julia-actions/julia-buildpkg@latest
3737
with:
3838
localregistry: "${{ inputs.localregistry }}"
39-
- name: Clone Downstream
40-
uses: actions/checkout@v4
41-
with:
42-
repository: ${{ inputs.repo }}
43-
path: downstream
4439
- name: Load this and run the downstream tests
4540
shell: julia --color=yes --project=test_downstream {0}
4641
run: |
@@ -64,7 +59,7 @@ jobs:
6459
path = joinpath(path, subdir)
6560
pkg_name = last(split(repo, '/'))
6661
end
67-
Pkg.develop(PackageSpec(path))
62+
Pkg.add(pkg_name)
6863
# force it to use this PR's version of the package
6964
Pkg.develop(PackageSpec(path=".")) # resolver may fail with main deps
7065
Pkg.update()

0 commit comments

Comments
 (0)