Skip to content

Commit 7e199f3

Browse files
authored
Update fix_doctests.yml
Fix julia-version argument.
1 parent 6038f79 commit 7e199f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/fix_doctests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
julia-version: '1.10'
10+
julia-version:
11+
- '1.10'
1112
steps:
1213
- uses: actions/checkout@v4
1314
- uses: julia-actions/setup-julia@latest

0 commit comments

Comments
 (0)