mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
circleci use s3cmd version 2.1.0, don’t use requirements.txt
This commit is contained in:
parent
fd5e919b82
commit
db245d9651
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ aliases:
|
|||
command: |
|
||||
curl https://bootstrap.pypa.io/2.7/get-pip.py -o get-pip.py
|
||||
python get-pip.py pip==21.0.1
|
||||
pip install -r requirements.txt
|
||||
pip install s3cmd==2.1.0
|
||||
npm run deploy
|
||||
- &integration_jest
|
||||
<<: *defaults
|
||||
|
|
Loading…
Reference in a new issue