We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03cc551 commit 32ff03cCopy full SHA for 32ff03c
.github/workflows/docs-build-template.yml
@@ -38,10 +38,11 @@ jobs:
38
39
- name: Install doc deps
40
run: |
41
+
42
if [ -f pyproject.toml ]; then
- uv pip install -r pyproject.toml --extra docs
43
+ uv pip install --system -r pyproject.toml --extra docs
44
elif [ -f python/pyproject.toml ]; then
- uv pip install -r python/pyproject.toml --extra docs
45
+ uv pip install --system -r python/pyproject.toml --extra docs
46
else
47
echo "No pyproject.toml found in root or python/ directory"
48
exit 1
0 commit comments