uv: don't use cache (#32854)
* no cache * update old-commit-hash: a74f79421360b62840624bb84215981b51c6858d
This commit is contained in:
@@ -16,8 +16,12 @@ if ! command -v "uv" > /dev/null 2>&1; then
|
||||
eval $ADD_PATH_CMD
|
||||
fi
|
||||
|
||||
echo "updating uv..."
|
||||
uv self update
|
||||
|
||||
# TODO: remove --no-cache once this is fixed: https://github.com/astral-sh/uv/issues/4378
|
||||
echo "installing python packages..."
|
||||
uv sync --all-extras
|
||||
uv --no-cache sync --all-extras
|
||||
source .venv/bin/activate
|
||||
|
||||
echo "PYTHONPATH=${PWD}" > $ROOT/.env
|
||||
|
||||
Reference in New Issue
Block a user