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 bfbfbc1 commit 4ecdc79Copy full SHA for 4ecdc79
.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
57
DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --project=docs -e '
58
using Pkg
59
Pkg.develop(PackageSpec(path=pwd()))
60
- pkg"add MakieCore#breaking-0.22 Makie#breaking-0.22 GLMakie#breaking-0.22 "
+ pkg"add MakieCore#master Makie#master GLMakie#master"
61
Pkg.instantiate()'
62
- run: DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --project=docs docs/make.jl
63
env:
0 commit comments