Skip to content

Commit 2383cd4

Browse files
authored
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'`.
2 parents 08d8fc1 + 573f1c0 commit 2383cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/scripts/install-awscli.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if isLinux; then
2727
pip="pip3"
2828
pipflags="--user"
2929

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

0 commit comments

Comments
 (0)