Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bbfdba3

Browse filesBrowse files
authored
Fix docs CI: use venv for uv to fix 'failed to create directory' (#4460)
Use venv for uv to fix 'failed to create directory'
1 parent 8fb2add commit bbfdba3
Copy full SHA for bbfdba3

File tree

Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed

‎.github/workflows/doc.yml

Copy file name to clipboardExpand all lines: .github/workflows/doc.yml
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ jobs:
3232
- name: Install dependencies
3333
run: |
3434
python -m pip install uv
35-
python -m uv pip install --system -e ".[d]"
36-
python -m uv pip install --system -r "docs/requirements.txt"
35+
python -m uv venv
36+
python -m uv pip install -e ".[d]"
37+
python -m uv pip install -r "docs/requirements.txt"
3738
3839
- name: Build documentation
3940
run: sphinx-build -a -b html -W --keep-going docs/ docs/_build

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.