Skip to content

Commit

Permalink
Fix pip dependency conflicts (ray-project#34715)
Browse files Browse the repository at this point in the history
Signed-off-by: Cuong Nguyen <[email protected]>
  • Loading branch information
can-anyscale committed Apr 25, 2023
1 parent b04154c commit 2ac4692
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ def run_storage_cp(source: str, target: str):
storage_service = urlparse(target).scheme
cp_cmd_args = []
if storage_service == "s3":
install_pip("awscli")
cp_cmd_args = [
"aws",
"s3",
Expand Down

0 comments on commit 2ac4692

Please sign in to comment.