From bf957de09964d980901f5ae718d86fc752fd3fe4 Mon Sep 17 00:00:00 2001 From: Ross Barnowski Date: Fri, 10 Sep 2021 22:34:31 -0500 Subject: [PATCH] Revert "MAINT: pin pip to 21.1.1" This reverts commit 48546129982d1e5cb3822d878094e2b22cb2f08e. --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 600b51c6..dc5d4bf9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,8 +20,7 @@ jobs: command: | python3 -m venv venv source venv/bin/activate - pip install pip==21.1.1 - pip install --upgrade wheel setuptools + pip install --upgrade pip wheel setuptools pip install -r site/requirements.txt -r requirements.txt - restore_cache: