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 c02f11a commit fc1e662Copy full SHA for fc1e662
.github/workflows/ci.yml
@@ -55,8 +55,7 @@ jobs:
55
- run: |
56
julia --project=docs -e '
57
using Pkg
58
- VERSION >= v"1.5-" && !isdir(joinpath(DEPOT_PATH[1], "registries", "General"))
59
- Pkg.Registry.add("General")
+ VERSION >= v"1.5-" && !isdir(joinpath(DEPOT_PATH[1], "registries", "General")) && Pkg.Registry.add("General")
60
Pkg.develop(PackageSpec(path=pwd()))
61
Pkg.instantiate()'
62
- run: julia --project=docs docs/make.jl
0 commit comments