Skip to content

Commit a4fe6df

Browse files
committed
Fix path for ArrayInterface dev
1 parent ccd6568 commit a4fe6df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
using Pkg
4242
Pkg.develop(Pkg.PackageSpec(path=joinpath(pwd(), "lib", "ArrayInterfaceCore")))
43-
Pkg.develop(Pkg.PackageSpec(path=joinpath(pwd(), "ArrayInterface")))
43+
Pkg.develop(Pkg.PackageSpec(path=joinpath("."))) # ArrayInterface
4444
Pkg.develop(Pkg.PackageSpec(path=joinpath(pwd(), "lib", "ArrayInterfaceOffsetArrays")))
4545
Pkg.develop(Pkg.PackageSpec(path=joinpath(pwd(), "lib", "ArrayInterfaceStaticArrays")))
4646
Pkg.build()

0 commit comments

Comments
 (0)