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 607a402 commit 0c1cff7Copy full SHA for 0c1cff7
.github/workflows/ci.yml
@@ -52,6 +52,10 @@ jobs:
52
- uses: julia-actions/setup-julia@latest
53
with:
54
version: '1.2'
55
+ - run: julia --color=yes -e 'using Pkg; VERSION >= v"1.5-" && !isdir(joinpath(DEPOT_PATH[1], "registries", "General")) && Pkg.Registry.add("General")'
56
+ shell: bash
57
+ env:
58
+ JULIA_PKG_SERVER: ""
59
- run: julia --project=docs -e '
60
using Pkg;
61
Pkg.develop(PackageSpec(; path=pwd()));
0 commit comments