Skip to content

Commit d21f460

Browse files
msitarzewskiclaude
andcommitted
Fix docs workflow: use venv instead of --system install
Ubuntu runner's Python is externally managed. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2522a9b commit d21f460

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
- uses: astral-sh/setup-uv@v4
2727
with:
2828
enable-cache: true
29-
- run: uv pip install --system mkdocs mkdocs-material
30-
- run: mkdocs build --strict
29+
- run: uv venv /tmp/docs-env && uv pip install --python /tmp/docs-env/bin/python mkdocs mkdocs-material
30+
- run: /tmp/docs-env/bin/mkdocs build --strict
3131
- uses: actions/upload-pages-artifact@v3
3232
with:
3333
path: site

0 commit comments

Comments
 (0)