Add pip install pipenv
This commit is contained in:
parent
1e746010f0
commit
906dd9120d
|
@ -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
|
Loading…
Reference in New Issue