From e6abb412fbe3a52085069dfa0de8dc07494cafff Mon Sep 17 00:00:00 2001 From: BryceLTaylor Date: Wed, 10 Feb 2021 11:14:14 -0500 Subject: [PATCH] circleci use version 3.5 of get-pip.py, not 2.7 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ec68941ea..5561d43f3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -80,7 +80,7 @@ aliases: - run: name: "setup python" command: | - curl https://bootstrap.pypa.io/2.7/get-pip.py -o get-pip.py + curl https://bootstrap.pypa.io/3.5/get-pip.py -o get-pip.py python3 get-pip.py pip==21.0.1 pip install s3cmd==2.1.0 - run: