diff --git a/.circleci/config.yml b/.circleci/config.yml index 1ab7ba8a..c03cd695 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -61,7 +61,7 @@ jobs: - image: circleci/golang:1.16 steps: - checkout - - run: sudo pip install -U pip setuptools virtualenv + - run: python -V - run: sudo apt-get install python-requests - run: go get -t -d -v ./... - run: go install ./...