Commit db245d96 authored by BryceLTaylor's avatar BryceLTaylor

circleci use s3cmd version 2.1.0, don’t use requirements.txt

parent fd5e919b
...@@ -82,7 +82,7 @@ aliases: ...@@ -82,7 +82,7 @@ aliases:
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 python get-pip.py pip==21.0.1
pip install -r requirements.txt pip install s3cmd==2.1.0
npm run deploy npm run deploy
- &integration_jest - &integration_jest
<<: *defaults <<: *defaults
......
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