From 4ece8b6bb1519ec0550de60e762f0634baa13fb0 Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Wed, 14 Aug 2024 12:11:39 -0700 Subject: [PATCH] retry uv with cache (#33297) try uv with cache old-commit-hash: 2bc5d2b6351d82e3cb44379c7592e65bdd56c209 --- tools/install_python_dependencies.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/install_python_dependencies.sh b/tools/install_python_dependencies.sh index 2783f7282..5e66b9d0c 100755 --- a/tools/install_python_dependencies.sh +++ b/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