Skip to content

Commit 01f001b

Browse files
quote local installs with extras
1 parent 8ee6e98 commit 01f001b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
python -m pip install uv
3232
python -m uv pip install --system --upgrade pip setuptools wheel
33-
python -m uv pip --quiet install --system --upgrade .[docs,test]
33+
python -m uv pip --quiet install --system --upgrade ".[docs,test]"
3434
python -m uv pip install --system yq
3535
python -m pip list
3636

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ sphinx:
2121
# If using Sphinx, optionally build your docs in additional formats such as PDF and ePub
2222
formats: all
2323

24-
# python -m pip install .[docs]
24+
# python -m pip install '.[docs]'
2525
python:
2626
install:
2727
- method: pip

0 commit comments

Comments
 (0)