Skip to content

Commit

Permalink
robust backward compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
zpoint committed Dec 20, 2024
1 parent 33bd131 commit d787e21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/backward_compatibility_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ pip uninstall -y skypilot
pip install uv
uv pip install --prerelease=allow "azure-cli>=2.65.0"
uv pip install -e ".[all]"
# In case there are some clusters left from previous tests
sky down ${CLUSTER_NAME}* -y
sky jobs cancel -n ${MANAGED_JOB_JOB_NAME}* -y
cd -

conda env list | grep sky-back-compat-current || conda create -n sky-back-compat-current -y python=3.9
Expand Down

0 comments on commit d787e21

Please sign in to comment.