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]