Skip to content

Commit

Permalink
fix: force Julia version in docs CI to 1.10, due to "docs/REPL" chang…
Browse files Browse the repository at this point in the history
…es in 1.11 (will be reverted as soon as #20 is merged)
  • Loading branch information
sstroemer authored Oct 23, 2024
1 parent 9ca3af1 commit 1652bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
with:
version: '1'
version: '1.10'
- uses: julia-actions/cache@v2
- name: Configure doc environment
shell: julia --project=docs --color=yes {0}
Expand Down

0 comments on commit 1652bff

Please sign in to comment.