Skip to content

Commit 9a3f867

Browse files
Use --system flag for uv pip install in CI
1 parent f585f9e commit 9a3f867

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install dependencies
2929
run: |
3030
pip install uv
31-
uv pip install . sphinx sphinx_rtd_theme
31+
uv pip install --system . sphinx sphinx_rtd_theme
3232
3333
- name: Build Sphinx documentation
3434
run: |

0 commit comments

Comments
 (0)