Skip to content

Commit

Permalink
MAINT: simplify RTD pip installation
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Jul 1, 2024
1 parent 1599aa6 commit b681631
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,5 @@ build:
python: "3.9"
jobs:
post_install:
- curl -LsSf https://astral.sh/uv/install.sh | sh
- python -m pip install 'uv>=0.2.0'
- python -m uv pip install -c .constraints/py3.9.txt -e .[doc]
- curl -LsSf https://astral.sh/uv/install.sh | sh
- python -m pip install 'uv>=0.2.0'
- python -m uv pip install -c .constraints/py3.9.txt -e .[doc]
- curl -LsSf https://astral.sh/uv/install.sh | sh
- |-
/home/docs/.cargo/bin/uv pip install --system -c .constraints/py3.9.txt -e .[doc]

0 comments on commit b681631

Please sign in to comment.