From cd64c4c4a43b65fd54a8d5ac1eabf575c2dae02c Mon Sep 17 00:00:00 2001 From: ZePing Guo Date: Wed, 4 Dec 2024 17:41:21 +0800 Subject: [PATCH] pip install uv for backward compatibility test --- tests/backward_compatibility_tests.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/backward_compatibility_tests.sh b/tests/backward_compatibility_tests.sh index 696b87ff6ad..511b2c9ba6b 100644 --- a/tests/backward_compatibility_tests.sh +++ b/tests/backward_compatibility_tests.sh @@ -35,7 +35,8 @@ rm -r ~/.sky/wheels || true cd ../sky-master git pull origin master pip uninstall -y skypilot -pip install -e ".[all]" +pip install uv +uv pip install -e ".[all]" cd - conda env list | grep sky-back-compat-current || conda create -n sky-back-compat-current -y python=3.9 @@ -43,7 +44,8 @@ conda activate sky-back-compat-current conda install -c conda-forge google-cloud-sdk -y rm -r ~/.sky/wheels || true pip uninstall -y skypilot -pip install -e ".[all]" +pip install uv +uv pip install -e ".[all]" # exec + launch