Fix `install-awscli.sh` error in CI.

This commit is contained in:
Mara Bos 2021-02-05 11:48:43 +01:00
parent 6a388dcfbb
commit 573f1c059f
1 changed files with 1 additions and 1 deletions

View File

@ -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