Skip to content

Commit

Permalink
Update the URL for get-pip.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tianrunhe committed Mar 15, 2021
1 parent 307ac81 commit f6508f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
cp $DEVOPS_WORKDIR/environments/cypress .env
# cypress docker image has a bug, sideloading these mitigates it
sudo apt-get update && sudo apt-get install xvfb libgtk2.0-0 libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2
curl https://bootstrap.pypa.io/3.4/get-pip.py -o get-pip.py
curl https://bootstrap.pypa.io/pip/3.4/get-pip.py -o get-pip.py
sudo python get-pip.py pip==20.3.3
sudo pip install rethinkdb==2.4.0
rethinkdb-restore --force packages/cypress/fixtures/rdb_test.tar.gz
Expand Down

0 comments on commit f6508f4

Please sign in to comment.