File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 3535 version : ${{ matrix.julia-version }}
3636 arch : x64
3737 - uses : julia-actions/julia-buildpkg@latest
38- - name : Setup ArrayInterface
39- shell : julia --color=yes {0}
40- run : |
41- using Pkg
42- Pkg.develop(Pkg.PackageSpec(path=joinpath(pwd(), "lib", "ArrayInterfaceCore")))
43- Pkg.develop(Pkg.PackageSpec(path=joinpath("."))) # ArrayInterface
44- Pkg.develop(Pkg.PackageSpec(path=joinpath(pwd(), "lib", "ArrayInterfaceOffsetArrays")))
45- Pkg.develop(Pkg.PackageSpec(path=joinpath(pwd(), "lib", "ArrayInterfaceStaticArrays")))
46- Pkg.build()
4738 - name : Clone Downstream
4839 uses : actions/checkout@v2
4940 with :
5647 try
5748 # force it to use this PR's version of the package
5849 Pkg.develop(PackageSpec(path=".")) # resolver may fail with main deps
50+ Pkg.develop(Pkg.PackageSpec(path=joinpath(pwd(), "lib", "ArrayInterfaceCore")))
51+ Pkg.develop(Pkg.PackageSpec(path=joinpath(pwd(), "lib", "ArrayInterfaceOffsetArrays")))
52+ Pkg.develop(Pkg.PackageSpec(path=joinpath(pwd(), "lib", "ArrayInterfaceStaticArrays")))
5953 Pkg.update()
6054 Pkg.test() # resolver may fail with test time deps
6155 catch err
You can’t perform that action at this time.
0 commit comments