Skip to content

Commit

Permalink
pip install uv for backward compatibility test
Browse files Browse the repository at this point in the history
  • Loading branch information
zpoint committed Dec 4, 2024
1 parent 60c5c97 commit cd64c4c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/backward_compatibility_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,17 @@ 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
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
Expand Down

0 comments on commit cd64c4c

Please sign in to comment.