Skip to content

Commit

Permalink
Use newer Julia for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
darsnack committed Feb 2, 2024
1 parent 57318b2 commit 112f577
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: '1.6'
version: '1'
- run: |
julia --project=docs -e '
using Pkg
Expand Down
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
using Revise
using Documenter, ParameterSchedulers
using Markdown

Expand Down

0 comments on commit 112f577

Please sign in to comment.