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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue