From 44c8d604349ece1d1cd730351028677cf6ba061c Mon Sep 17 00:00:00 2001 From: Daniel McCloy Date: Mon, 14 Oct 2019 13:27:58 -0700 Subject: [PATCH] try with apt --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f3571e03726..497dd32f57f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -30,7 +30,8 @@ jobs: - run: name: update pip command: | - pip install --upgrade pip + sudo apt-get update + sudo apt-get install python-pip - run: name: Merge with upstream command: |