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 4ecdc79 commit 467b69aCopy full SHA for 467b69a
.github/workflows/ci.yml
@@ -7,7 +7,6 @@ on:
7
pull_request:
8
branches:
9
- master
10
- - sd/simple-mesh
11
jobs:
12
test:
13
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
@@ -57,7 +56,7 @@ jobs:
57
56
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#master Makie#master GLMakie#master"
+ pkg"add MakieCore Makie GLMakie"
61
Pkg.instantiate()'
62
- run: DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --project=docs docs/make.jl
63
env:
0 commit comments