From fa017142802d83bbc0bde5a2398881b94a6a7ebc Mon Sep 17 00:00:00 2001 From: BryceLTaylor Date: Mon, 25 Jan 2021 16:30:00 -0500 Subject: [PATCH] circleci fix syntax for selecting pip version --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6355fe7ce..7f645bfce 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -65,7 +65,7 @@ aliases: name: "deploy to staging" command: | curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py - python get-pip.py pip=20.3.4 + python get-pip.py pip==20.3.4 pip install -r requirements.txt npm run deploy - &integration_jest