Skip to content

Commit

Permalink
[internal] AWS CLI v2 install script is a bash script (#14100)
Browse files Browse the repository at this point in the history
follow up fix for #14095
  • Loading branch information
asherf authored Jan 7, 2022
1 parent 2ce3240 commit 1f6fa49
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build-support/bin/install_aws_cli_for_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ if [[ ! -x "${AWS_CLI_BIN}" ]]; then
pushd "${TMPDIR}"
curl --fail "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
# NB: We must run this with python3 because it defaults to `python`, which refers to Python 2 in Linux GitHub
# Actions CI job and is no longer supported.
python3 ./aws/install --install-dir "${AWS_CLI_ROOT}"
./aws/install --install-dir "${AWS_CLI_ROOT}"

popd

Expand Down

0 comments on commit 1f6fa49

Please sign in to comment.