Skip to content

Commit 573f1c0

Browse files
committed
Fix install-awscli.sh error in CI.
1 parent 6a388dc commit 573f1c0

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)