Skip to content

Commit 826083c

Browse files
committed
dev more libs for downstream
1 parent a35cf19 commit 826083c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/Downstream.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
run: |
4646
using Pkg
4747
Pkg.develop(Pkg.PackageSpec(path=joinpath(pwd(), "lib", "ArrayInterfaceCore")))
48+
Pkg.develop(Pkg.PackageSpec(path=joinpath(pwd(), "lib", "ArrayInterfaceOffsetArrays")))
49+
Pkg.develop(Pkg.PackageSpec(path=joinpath(pwd(), "lib", "ArrayInterfaceStaticArrays")))
4850
Pkg.build()
4951
- name: Load this and run the downstream tests
5052
shell: julia --color=yes --project=downstream {0}

0 commit comments

Comments
 (0)