Fix docs CI: use uv sync --all-groups to install project + sphinx

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-22 07:23:09 -04:00
parent db04ab0796
commit d8619f2e8f
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
run: uv python install 3.13 run: uv python install 3.13
- name: Install dependencies - name: Install dependencies
run: uv sync && uv sync --group docs run: uv sync --all-groups
- name: Build docs - name: Build docs
run: uv run sphinx-build -b html docs docs/_build/html run: uv run sphinx-build -b html docs docs/_build/html