mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 00:43:54 +08:00
don't lock when installing python packages (#33051)
frozen
old-commit-hash: 1e9738131d
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user