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 6bed27b commit a35cf19Copy full SHA for a35cf19
.github/workflows/Downstream.yml
@@ -44,7 +44,7 @@ jobs:
44
shell: julia --color=yes {0}
45
run: |
46
using Pkg
47
- Pkg.develop(Pkg.PackageSpec(path=joinpath("lib", "ArrayInterfaceCore")))
+ Pkg.develop(Pkg.PackageSpec(path=joinpath(pwd(), "lib", "ArrayInterfaceCore")))
48
Pkg.build()
49
- name: Load this and run the downstream tests
50
shell: julia --color=yes --project=downstream {0}
docs/make.jl
@@ -1,4 +1,5 @@
1
using ArrayInterface
2
+using Pkg
3
4
function dev_subpkg(subpkg)
5
subpkg_path = joinpath(dirname(@__DIR__), "lib", subpkg)
@@ -21,4 +22,3 @@ makedocs(;
21
22
deploydocs(;
23
repo="github.com/JuliaArrays/ArrayInterface.jl"
24
)
-
0 commit comments