Skip to content

Commit

Permalink
FIX: install uv through pip
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed May 23, 2024
1 parent 257e5d9 commit 6164381
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ build:
pre_install:
- ./docs/install-julia-on-rtd.sh
post_install:
- curl -LsSf https://astral.sh/uv/install.sh | sh
- |-
/home/docs/.cargo/bin/uv pip install --system -c .constraints/py3.10.txt -e .[doc]
- python -m pip install 'uv>=0.2.0'
- python -m uv pip install -c .constraints/py3.10.txt -e .[doc]

0 comments on commit 6164381

Please sign in to comment.