diff --git a/.circleci/config.yml b/.circleci/config.yml index e365642a3c1..06c862253c5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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