Commit b615a038 authored by BryceLTaylor's avatar BryceLTaylor

circleci use python3 instead of python to get pip

parent 2c191077
...@@ -81,7 +81,7 @@ aliases: ...@@ -81,7 +81,7 @@ aliases:
name: "setup python" name: "setup python"
command: | command: |
curl https://bootstrap.pypa.io/2.7/get-pip.py -o get-pip.py curl https://bootstrap.pypa.io/2.7/get-pip.py -o get-pip.py
python 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:
name: "deploy to staging" name: "deploy to staging"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment