Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed May 4, 2024
1 parent 2b9af1c commit 24e45f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sky/utils/controller_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ def _get_cloud_dependencies_installation_commands(
# characters from the previous message.
empty_str = ' ' * 5
aws_dependencies_installation = (
'pip list | grep boto3 > /dev/null 2>&1 || botocore>=1.29.10 '
'boto3>=1.26.1; '
'pip list | grep boto3 > /dev/null 2>&1 || pip install '
'botocore>=1.29.10 boto3>=1.26.1; '
# Need to separate the installation of awscli from above because some
# other clouds will install boto3 but not awscli.
'pip list | grep awscli> /dev/null 2>&1 || pip install "urllib3<2" '
Expand Down

0 comments on commit 24e45f2

Please sign in to comment.