Skip to content

Commit 82fbbf1

Browse files
authored
force py11 (#170)
1 parent d7e93c5 commit 82fbbf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
version: "0.9.5"
2424
- name: Set up Python
25-
run: uv python install
25+
run: uv python install 3.11
2626
- name: Install dependencies for docs
2727
run: uv sync --group docs
2828
- name: Download artifact from previous step

0 commit comments

Comments
 (0)