retry uv with cache (#33297)

try uv with cache
pull/33299/head
Maxime Desroches 8 months ago committed by GitHub
parent 585f362738
commit 2bc5d2b635
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      tools/install_python_dependencies.sh

@ -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…
Cancel
Save