circleci update get-pip link

This commit is contained in:
BryceLTaylor 2021-03-30 17:59:41 -04:00
parent 13f2c3eeaf
commit b6a16aa864

View file

@ -81,7 +81,7 @@ aliases:
- run: - run:
name: "setup python" name: "setup python"
command: | command: |
curl https://bootstrap.pypa.io/3.5/get-pip.py -o get-pip.py curl https://bootstrap.pypa.io/pip/3.5/get-pip.py -o get-pip.py
python3 get-pip.py pip==21.0.1 python3 get-pip.py pip==21.0.1
pip install s3cmd==2.1.0 pip install s3cmd==2.1.0
- run: - run: