Skip to content

Commit

Permalink
quote local installs with extras
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Apr 27, 2024
1 parent 7c309c7 commit 10b7f06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
python -m pip install uv
python -m uv pip install --system --upgrade pip setuptools wheel
python -m uv pip --quiet install --system --upgrade .[docs,test]
python -m uv pip --quiet install --system --upgrade ".[docs,test]"
python -m uv pip install --system yq
python -m pip list
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sphinx:
# If using Sphinx, optionally build your docs in additional formats such as PDF and ePub
formats: all

# python -m pip install .[docs]
# python -m pip install '.[docs]'
python:
install:
- method: pip
Expand Down

0 comments on commit 10b7f06

Please sign in to comment.