From d1d4ac696f5d352d01da79b1c453a20593fe6369 Mon Sep 17 00:00:00 2001 From: BryceLTaylor Date: Wed, 10 Feb 2021 10:25:43 -0500 Subject: [PATCH] circleci remove update python --- .circleci/config.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cca573f83..24aec8f61 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -77,17 +77,6 @@ aliases: - checkout - *restore_npm_cache - *restore_build_cache - - run: - name: "setup python" - command: | - sudo apt update - sudo apt install software-properties-common - sudo add-apt-repository -y ppa:deadsnakes/ppa - sudo apt update - sudo apt install python3.8 - curl https://bootstrap.pypa.io/2.7/get-pip.py -o get-pip.py - python get-pip.py pip==21.0.1 - pip install s3cmd==2.1.0 - run: name: "deploy to staging" command: |