We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
install-awscli.sh
1 parent 6a388dc commit 573f1c0Copy full SHA for 573f1c0
src/ci/scripts/install-awscli.sh
@@ -27,7 +27,7 @@ if isLinux; then
27
pip="pip3"
28
pipflags="--user"
29
30
- sudo apt-get install -y python3-setuptools
+ sudo apt-get install -y python3-setuptools python3-wheel
31
ciCommandAddPath "${HOME}/.local/bin"
32
fi
33
0 commit comments