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 81c2f0a commit 8ba30d2Copy full SHA for 8ba30d2
.github/workflows/fix_doctests.yml
@@ -7,12 +7,12 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- julia-version: [1.6]
+ julia-version: '1.10'
11
steps:
12
+ - uses: actions/checkout@v4
13
- uses: julia-actions/setup-julia@latest
14
with:
15
version: ${{ matrix.julia-version }}
- - uses: actions/checkout@v1
16
- name: Fix doctests
17
shell: julia --project=docs/ {0}
18
run: |
0 commit comments