Skip to content

Commit

Permalink
fix(build): upgrade request first
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 a94db6a commit 8a6baa5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/scripts/setup_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ sudo apt -y purge python2.7
sudo apt-get -y install python3-pip

# install transifex CLI
sudo pip3 install --upgrade "urllib3==1.25.10" awscli awsebcli
sudo pip3 install --upgrade requests
sudo pip3 install --upgrade requests urllib3 botocore awscli awsebcli
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 8a6baa5

Please sign in to comment.