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 3d0fb91 commit c02f11aCopy full SHA for c02f11a
.github/workflows/ci.yml
@@ -52,10 +52,11 @@ jobs:
52
- uses: julia-actions/setup-julia@v1
53
with:
54
version: '1.5'
55
- - uses: julia-actions/julia-buildpkg@latest
56
- run: |
57
julia --project=docs -e '
58
using Pkg
+ VERSION >= v"1.5-" && !isdir(joinpath(DEPOT_PATH[1], "registries", "General"))
59
+ Pkg.Registry.add("General")
60
Pkg.develop(PackageSpec(path=pwd()))
61
Pkg.instantiate()'
62
- run: julia --project=docs docs/make.jl
0 commit comments