retry uv with cache (#33297)
try uv with cache
old-commit-hash: 2bc5d2b635
This commit is contained in:
parent
dc396b6301
commit
4ece8b6bb1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue