install the python for the venv

This commit is contained in:
Greg Gauthier 2020-10-23 13:13:53 +01:00
parent 207bd14d8f
commit 61e49edb4c
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
- python/save-cache
- run:
command: |
pipenv --python 3.8
python3 --version
pipenv install
pipenv run pytest
workflows: