Skip to content

Commit

Permalink
fix(build): bump version for urllib3
Browse files Browse the repository at this point in the history
Signed-off-by: Teclib <[email protected]>
  • Loading branch information
stonebuzz committed Sep 30, 2021
1 parent a9112b5 commit a94db6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/scripts/setup_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ sudo apt -y purge python2.7
sudo apt-get -y install python3-pip

# install transifex CLI
sudo pip3 install --upgrade "urllib3==1.22" awscli awsebcli
sudo pip3 install --upgrade "urllib3==1.25.10" awscli awsebcli
sudo pip3 install --upgrade requests
sudo pip3 install transifex-client
sudo echo $'[https://www.transifex.com]\nhostname = https://www.transifex.com\nusername = '"$TRANSIFEX_USER"$'\npassword = '"$TRANSIFEX_TOKEN"$'\ntoken = '"$TRANSIFEX_TOKEN"$'\n' > ~/.transifexrc

0 comments on commit a94db6a

Please sign in to comment.