retry uv with cache (#33297)

try uv with cache
old-commit-hash: 2bc5d2b635
This commit is contained in:
Maxime Desroches 2024-08-14 12:11:39 -07:00 committed by GitHub
parent dc396b6301
commit 4ece8b6bb1
1 changed files with 1 additions and 2 deletions

View File

@ -32,9 +32,8 @@ fi
echo "updating uv..."
update_uv
# TODO: remove --no-cache once this is fixed: https://github.com/astral-sh/uv/issues/4378
echo "installing python packages..."
uv --no-cache sync --frozen --all-extras
uv sync --frozen --all-extras
source .venv/bin/activate
# TODO: remove this. Workaround till get a new release. PEP508 doesn't seem to have find-links option