Add pip install pipenv

This commit is contained in:
Mat Hare 2021-08-09 17:08:26 +01:00
parent 1e746010f0
commit 906dd9120d
1 changed files with 3 additions and 1 deletions

View File

@ -23,7 +23,9 @@ jobs:
python-version: '3.x'
- name: Install dependencies
run: pipenv install
run: |
pip install pipenv
pipenv install
- name: Run tests
run: pipenv run pytest