install-uv: Upgrade uv from 0.6.3 to 0.6.6.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2025-03-14 15:24:56 -07:00
committed by Tim Abbott
parent 7866dc5ad8
commit 838ae38b43
3 changed files with 6 additions and 6 deletions

View File

@@ -8,8 +8,8 @@ build:
jobs:
create_environment:
- asdf plugin add uv
- asdf install uv 0.6.2
- asdf global uv 0.6.2
- asdf install uv 0.6.6
- asdf global uv 0.6.6
- UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv venv
install:
- UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv sync --frozen --only-group=docs