Skip to content

Commit 8ba30d2

Browse files
committed
ci: Update fix_doctests.yml
1 parent 81c2f0a commit 8ba30d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fix_doctests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
julia-version: [1.6]
10+
julia-version: '1.10'
1111
steps:
12+
- uses: actions/checkout@v4
1213
- uses: julia-actions/setup-julia@latest
1314
with:
1415
version: ${{ matrix.julia-version }}
15-
- uses: actions/checkout@v1
1616
- name: Fix doctests
1717
shell: julia --project=docs/ {0}
1818
run: |

0 commit comments

Comments
 (0)