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