File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -34,18 +34,18 @@ jobs:
34
34
with :
35
35
version : ${{ matrix.julia-version }}
36
36
arch : x64
37
+ - uses : julia-actions/julia-buildpkg@latest
38
+ - name : Clone Downstream
39
+ uses : actions/checkout@v2
40
+ with :
41
+ repository : ${{ matrix.package.user }}/${{ matrix.package.repo }}
42
+ path : downstream
37
43
- name : Setup ArrayInterface
38
44
shell : julia --color=yes {0}
39
45
run : |
40
46
using Pkg
41
47
Pkg.develop(Pkg.PackageSpec(path=joinpath("lib", "ArrayInterfaceCore")))
42
- Pkg.develop(Pkg.PackageSpec(path=joinpath("ArrayInterface")))
43
48
Pkg.build()
44
- - name : Clone Downstream
45
- uses : actions/checkout@v2
46
- with :
47
- repository : ${{ matrix.package.user }}/${{ matrix.package.repo }}
48
- path : downstream
49
49
- name : Load this and run the downstream tests
50
50
shell : julia --color=yes --project=downstream {0}
51
51
run : |
You can’t perform that action at this time.
0 commit comments