Skip to content

Commit 27a34f6

Browse files
committed
blurg
1 parent 826083c commit 27a34f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/Downstream.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
run: |
4646
using Pkg
4747
Pkg.develop(Pkg.PackageSpec(path=joinpath(pwd(), "lib", "ArrayInterfaceCore")))
48+
Pkg.develop(Pkg.PackageSpec(path=joinpath(pwd(), "ArrayInterface")))
4849
Pkg.develop(Pkg.PackageSpec(path=joinpath(pwd(), "lib", "ArrayInterfaceOffsetArrays")))
4950
Pkg.develop(Pkg.PackageSpec(path=joinpath(pwd(), "lib", "ArrayInterfaceStaticArrays")))
5051
Pkg.build()

0 commit comments

Comments
 (0)