circleci use an older version of python (3.8.7) so s3cmd will run

s3cmd does not work with python 3.9.1 yet.
This commit is contained in:
BryceLTaylor 2021-02-08 13:38:34 -05:00
parent db245d9651
commit 68bd53313b

View file

@ -3,7 +3,7 @@ version: 2.1
aliases: aliases:
- &defaults - &defaults
docker: docker:
- image: circleci/python:3.9.1-node-browsers - image: circleci/python:3.8.7-node-browsers
auth: auth:
username: $DOCKERHUB_USERNAME username: $DOCKERHUB_USERNAME
password: $DOCKERHUB_PASSWORD password: $DOCKERHUB_PASSWORD