Skip to content

Commit 047c9a6

Browse files
committed
ci: fix docs build missing uv install
1 parent b8da502 commit 047c9a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs.yml

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

3030
- name: Set up Python
3131
uses: actions/setup-python@v5
32-
32+
- name: Install uv
33+
uses: astral-sh/setup-uv@v6
3334
- name: Install
3435
run: |
3536
uv sync --group docs --no-default-groups

0 commit comments

Comments
 (0)