File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 4242 repository : ${{ inputs.repo }}
4343 path : downstream
4444 - name : Load this and run the downstream tests
45- shell : julia --color=yes --project=downstream {0}
45+ shell : julia --color=yes --project=test_downstream {0}
4646 run : |
4747 using Pkg
4848 # If provided add local registries
@@ -54,10 +54,11 @@ jobs:
5454 end
5555 end
5656 try
57+ Pkg.develop(PackageSpec(path="downstream"))
5758 # force it to use this PR's version of the package
5859 Pkg.develop(PackageSpec(path=".")) # resolver may fail with main deps
5960 Pkg.update()
60- Pkg.test(coverage=true ) # resolver may fail with test time deps
61+ Pkg.test("MapBroadcast" ) # resolver may fail with test time deps
6162 catch err
6263 err isa Pkg.Resolve.ResolverError || rethrow()
6364 # If we can't resolve that means this is incompatible by SemVer and this is fine
You can’t perform that action at this time.
0 commit comments