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 ccd6568 commit a4fe6dfCopy full SHA for a4fe6df
.github/workflows/Downstream.yml
@@ -40,7 +40,7 @@ jobs:
40
run: |
41
using Pkg
42
Pkg.develop(Pkg.PackageSpec(path=joinpath(pwd(), "lib", "ArrayInterfaceCore")))
43
- Pkg.develop(Pkg.PackageSpec(path=joinpath(pwd(), "ArrayInterface")))
+ Pkg.develop(Pkg.PackageSpec(path=joinpath("."))) # ArrayInterface
44
Pkg.develop(Pkg.PackageSpec(path=joinpath(pwd(), "lib", "ArrayInterfaceOffsetArrays")))
45
Pkg.develop(Pkg.PackageSpec(path=joinpath(pwd(), "lib", "ArrayInterfaceStaticArrays")))
46
Pkg.build()
0 commit comments