Skip to content

Commit e1236ac

Browse files
committed
ci: fix docs build
1 parent b8da502 commit e1236ac

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ jobs:
2929

3030
- name: Set up Python
3131
uses: actions/setup-python@v5
32-
32+
with:
33+
python-version: "3.13"
34+
- name: Install uv
35+
uses: astral-sh/setup-uv@v6
3336
- name: Install
3437
run: |
3538
uv sync --group docs --no-default-groups

0 commit comments

Comments
 (0)