install the python for the venv

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

View File

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