Skip to content

Commit 61fa9a7

Browse files
committed
grumble
1 parent 62b2b08 commit 61fa9a7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/Downstream.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,18 @@ jobs:
3434
with:
3535
version: ${{ matrix.julia-version }}
3636
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
3743
- name: Setup ArrayInterface
3844
shell: julia --color=yes {0}
3945
run: |
4046
using Pkg
4147
Pkg.develop(Pkg.PackageSpec(path=joinpath("lib", "ArrayInterfaceCore")))
42-
Pkg.develop(Pkg.PackageSpec(path=joinpath("ArrayInterface")))
4348
Pkg.build()
44-
- name: Clone Downstream
45-
uses: actions/checkout@v2
46-
with:
47-
repository: ${{ matrix.package.user }}/${{ matrix.package.repo }}
48-
path: downstream
4949
- name: Load this and run the downstream tests
5050
shell: julia --color=yes --project=downstream {0}
5151
run: |

0 commit comments

Comments
 (0)