We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 826083c commit 27a34f6Copy full SHA for 27a34f6
.github/workflows/Downstream.yml
@@ -45,6 +45,7 @@ jobs:
45
run: |
46
using Pkg
47
Pkg.develop(Pkg.PackageSpec(path=joinpath(pwd(), "lib", "ArrayInterfaceCore")))
48
+ Pkg.develop(Pkg.PackageSpec(path=joinpath(pwd(), "ArrayInterface")))
49
Pkg.develop(Pkg.PackageSpec(path=joinpath(pwd(), "lib", "ArrayInterfaceOffsetArrays")))
50
Pkg.develop(Pkg.PackageSpec(path=joinpath(pwd(), "lib", "ArrayInterfaceStaticArrays")))
51
Pkg.build()
0 commit comments