Skip to content

Commit

Permalink
Merge pull request #355 from JuliaMath/an/docs
Browse files Browse the repository at this point in the history
Bound GR_jll in docs CI to avoid segfault
  • Loading branch information
andreasnoack authored Sep 27, 2021
2 parents 725be3c + f672fbf commit 706d796
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: '1.6.1'
version: '1'
- run: |
julia --project=docs -e '
using Pkg
Expand All @@ -67,4 +67,4 @@ jobs:
- run: julia --project=docs docs/make.jl
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
4 changes: 3 additions & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DualNumbers = "fa6b7ba4-c1ee-5f82-b5fc-ecf0adba8f74"
GR_jll = "d2c73de3-f751-5644-a686-071e5b155ba9"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
DualNumbers = "fa6b7ba4-c1ee-5f82-b5fc-ecf0adba8f74"

[compat]
Documenter = "0.24"
GR_jll = "< 0.58"

0 comments on commit 706d796

Please sign in to comment.