From 0f9a7b7ad12e43ae7b1d96ad2e4d8d3729d8dbe6 Mon Sep 17 00:00:00 2001 From: BryceLTaylor Date: Mon, 25 Jan 2021 14:58:36 -0500 Subject: [PATCH] circleci use python3 for get-pip.py --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 763e7f84d..5c48bf20a 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 + python3 get-pip.py pip install -r requirements.txt npm run deploy - &integration_jest