Skip to content

Commit

Permalink
MAINT: remove redundant uv install step
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed May 26, 2024
1 parent 1612582 commit ea8e04c
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 ea8e04c

Please sign in to comment.