From 7978b7aa2819a674352f0eb4d3b9e78bfcf5a345 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Thu, 23 May 2024 10:17:37 +0200 Subject: [PATCH] FIX: install `uv` through `pip` --- .readthedocs.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index d529b75c..72362191 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -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 + - python -m uv pip install -c .constraints/py3.10.txt -e .[doc]