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 Jun 20, 2024
1 parent 064aaad commit b5d6157
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,5 @@ build:
- graphviz
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
- |-
/home/docs/.cargo/bin/uv pip install --system -c .constraints/py3.9.txt -e .[doc]

0 comments on commit b5d6157

Please sign in to comment.