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