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 a2bc896 commit 836fef4Copy full SHA for 836fef4
.github/workflows/IntegrationTest.yml
@@ -36,11 +36,6 @@ jobs:
36
- uses: julia-actions/julia-buildpkg@latest
37
with:
38
localregistry: "${{ inputs.localregistry }}"
39
- - name: Clone Downstream
40
- uses: actions/checkout@v4
41
- with:
42
- repository: ${{ inputs.repo }}
43
- path: downstream
44
- name: Load this and run the downstream tests
45
shell: julia --color=yes --project=test_downstream {0}
46
run: |
@@ -64,7 +59,7 @@ jobs:
64
59
path = joinpath(path, subdir)
65
60
pkg_name = last(split(repo, '/'))
66
61
end
67
- Pkg.develop(PackageSpec(path))
62
+ Pkg.add(pkg_name)
68
63
# force it to use this PR's version of the package
69
Pkg.develop(PackageSpec(path=".")) # resolver may fail with main deps
70
Pkg.update()
0 commit comments