Skip to content

Commit 325c21d

Browse files
authored
Fix building docs (#127)
Julia 1.8 throws an error by default when trying to install a package which is in the sysimage.
1 parent 0588f2c commit 325c21d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
- run: |
5959
julia --project=docs -e '
6060
using Pkg
61+
Pkg.respect_sysimage_versions(false)
6162
Pkg.develop(PackageSpec(path=pwd()))
6263
Pkg.instantiate()'
6364
- run: julia --project=docs docs/make.jl

0 commit comments

Comments
 (0)