Skip to content

Commit

Permalink
Fix bad change to unzip command. We're using AWS CLI 1, not 2
Browse files Browse the repository at this point in the history
# Rust tests and lints will be skipped. Delete if not intended.
[ci skip-rust]

# Building wheels and fs_util will be skipped. Delete if not intended.
[ci skip-build-wheels]
  • Loading branch information
Eric-Arellano committed Jul 16, 2021
1 parent d56d705 commit eac3844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-support/bin/install_aws_cli_for_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if [[ ! -x "${AWS_CLI_BIN}" ]]; then
unzip awscli-bundle.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}"
python3 ./awscli-bundle/install --install-dir "${AWS_CLI_ROOT}"

popd

Expand Down

0 comments on commit eac3844

Please sign in to comment.