don't lock when installing python packages (#33051)

frozen
pull/33052/head
Maxime Desroches 11 months ago committed by GitHub
parent 3bc1b173d2
commit 1e9738131d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      tools/install_python_dependencies.sh

@ -34,7 +34,7 @@ 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 --all-extras
uv --no-cache sync --frozen --all-extras
source .venv/bin/activate
echo "PYTHONPATH=${PWD}" > $ROOT/.env

Loading…
Cancel
Save