Skip to content

Commit c28d427

Browse files
committed
dev ArrayInterfaceCore for docs
1 parent 01b3fd1 commit c28d427

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,7 @@ jobs:
5555
- uses: julia-actions/setup-julia@latest
5656
with:
5757
version: '1.6'
58-
- run: julia --color=yes -e 'using Pkg; VERSION >= v"1.5-" && !isdir(joinpath(DEPOT_PATH[1], "registries", "General")) && Pkg.Registry.add("General")'
59-
shell: bash
60-
env:
61-
JULIA_PKG_SERVER: ""
58+
- run: julia --project -e 'using Pkg; Pkg.develop([PackageSpec(path=joinpath(pwd(), "ArrayInterfaceCore"))])'
6259
- run: julia --project=docs -e '
6360
using Pkg;
6461
Pkg.develop(PackageSpec(; path=pwd()));

0 commit comments

Comments
 (0)