Skip to content

Commit 0ff2de1

Browse files
committed
chore: fix doc CI
add a step to install the 'doc' group dependency
1 parent f139219 commit 0ff2de1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,6 @@ jobs:
103103
uses: astral-sh/setup-uv@v3
104104
with:
105105
enable-cache: true
106+
- name: Install dependencies
107+
run: uv sync --group doc
106108
- run: uv run sphinx-build doc build/sphinx/html

0 commit comments

Comments
 (0)