Skip to content

Commit

Permalink
don't lock when installing python packages (#33051)
Browse files Browse the repository at this point in the history
frozen
  • Loading branch information
maxime-desroches authored Jul 23, 2024
1 parent 3bc1b17 commit 1e97381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/install_python_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e97381

Please sign in to comment.