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:
commit
2383cd4b2d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user