Skip to content

Commit c576f10

Browse files
author
Martin Stadler
committed
Explicitely avoid installation of all extras in doc job
1 parent c7b082e commit c576f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: astral-sh/setup-uv@v7
2828

2929
- name: Sync build dependencies
30-
run: uv sync --no-dev --group docs
30+
run: uv sync --no-dev --no-all-extras --group docs
3131

3232
# - name: Deploy documentation
3333
# run: uv run mkdocs gh-deploy --force

0 commit comments

Comments
 (0)