From a58414a95d106e589f2ba9840d53f60f328b6836 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Mon, 23 Aug 2021 09:19:48 -0400 Subject: [PATCH] Try another pip --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d7275833..1ab7ba8a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -61,7 +61,7 @@ jobs: - image: circleci/golang:1.16 steps: - checkout - - run: sudo apt-get update + - run: sudo pip install -U pip setuptools virtualenv - run: sudo apt-get install python-requests - run: go get -t -d -v ./... - run: go install ./...