1
0
Fork 0

Try another pip

master
Philip O'Toole 3 years ago
parent d6cf7cf13e
commit a58414a95d

@ -61,7 +61,7 @@ jobs:
- image: circleci/golang:1.16 - image: circleci/golang:1.16
steps: steps:
- checkout - checkout
- run: sudo apt-get update - run: sudo pip install -U pip setuptools virtualenv
- run: sudo apt-get install python-requests - run: sudo apt-get install python-requests
- run: go get -t -d -v ./... - run: go get -t -d -v ./...
- run: go install ./... - run: go install ./...

Loading…
Cancel
Save