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 a35cf19 commit 826083cCopy full SHA for 826083c
.github/workflows/Downstream.yml
@@ -45,6 +45,8 @@ jobs:
45
run: |
46
using Pkg
47
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")))
50
Pkg.build()
51
- name: Load this and run the downstream tests
52
shell: julia --color=yes --project=downstream {0}
0 commit comments