Skip to content

Commit e353ac7

Browse files
committed
Fix API docs python version
1 parent 917b22f commit e353ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7
8787
with:
8888
enable-cache: true
89-
python-version: 3.10
89+
python-version: "3.10"
9090
- run: just docs
9191

9292
ci_success:

0 commit comments

Comments
 (0)