From 61e49edb4c706fbe81d577718c3b1376e46849bc Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Fri, 23 Oct 2020 13:13:53 +0100 Subject: [PATCH] install the python for the venv --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3795429..e7e66e5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,7 +13,7 @@ jobs: - python/save-cache - run: command: | - pipenv --python 3.8 + python3 --version pipenv install pipenv run pytest workflows: