From 45aa59cafbe97a4452b72ee82bbf3ec7f0438765 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Mon, 23 Aug 2021 09:22:23 -0400 Subject: [PATCH] Print python version in CircleCI --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ./...