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 01b3fd1 commit c28d427Copy full SHA for c28d427
.github/workflows/ci.yml
@@ -55,10 +55,7 @@ jobs:
55
- uses: julia-actions/setup-julia@latest
56
with:
57
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: ""
+ - run: julia --project -e 'using Pkg; Pkg.develop([PackageSpec(path=joinpath(pwd(), "ArrayInterfaceCore"))])'
62
- run: julia --project=docs -e '
63
using Pkg;
64
Pkg.develop(PackageSpec(; path=pwd()));
0 commit comments