Skip to content

Commit c36da66

Browse files
try another path
1 parent 3441ee3 commit c36da66

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
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
using Pkg
4141
function dev_subpkg(subpkg)
42-
subpkg_path = joinpath(".","ArrayInterface", "lib", subpkg)
42+
subpkg_path = joinpath("lib", subpkg)
4343
Pkg.develop(Pkg.PackageSpec(path=subpkg_path))
4444
end
4545
dev_subpkg("ArrayInterfaceCore")

0 commit comments

Comments
 (0)