Rollup merge of #81781 - m-ou-se:fix-ci, r=pietroalbini

Fix `install-awscli.sh` error in CI

This fixes the `install-awscli.sh` error about missing `'bdist_wheel'`.
This commit is contained in:
Mara Bos 2021-02-05 12:26:10 +01:00 committed by GitHub
commit 2383cd4b2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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