Skip to content

Commit

Permalink
Rollup merge of #81781 - m-ou-se:fix-ci, r=pietroalbini
Browse files Browse the repository at this point in the history
Fix `install-awscli.sh` error in CI

This fixes the `install-awscli.sh` error about missing `'bdist_wheel'`.
  • Loading branch information
m-ou-se authored Feb 5, 2021
2 parents 08d8fc1 + 573f1c0 commit 2383cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/scripts/install-awscli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if isLinux; then
pip="pip3"
pipflags="--user"

sudo apt-get install -y python3-setuptools
sudo apt-get install -y python3-setuptools python3-wheel
ciCommandAddPath "${HOME}/.local/bin"
fi

Expand Down

0 comments on commit 2383cd4

Please sign in to comment.