Skip to content

Commit 706d796

Browse files
authored
Merge pull request #355 from JuliaMath/an/docs
Bound GR_jll in docs CI to avoid segfault
2 parents 725be3c + f672fbf commit 706d796

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- uses: actions/checkout@v2
5353
- uses: julia-actions/setup-julia@v1
5454
with:
55-
version: '1.6.1'
55+
version: '1'
5656
- run: |
5757
julia --project=docs -e '
5858
using Pkg
@@ -67,4 +67,4 @@ jobs:
6767
- run: julia --project=docs docs/make.jl
6868
env:
6969
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
70-
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
70+
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

docs/Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
[deps]
22
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3+
DualNumbers = "fa6b7ba4-c1ee-5f82-b5fc-ecf0adba8f74"
4+
GR_jll = "d2c73de3-f751-5644-a686-071e5b155ba9"
35
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
46
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
5-
DualNumbers = "fa6b7ba4-c1ee-5f82-b5fc-ecf0adba8f74"
67

78
[compat]
89
Documenter = "0.24"
10+
GR_jll = "< 0.58"

0 commit comments

Comments
 (0)