install pipenv packages globally in testing
This commit is contained in:
parent
2ffd76c823
commit
48a515dc0d
|
@ -23,6 +23,6 @@ jobs:
|
|||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install pipenv
|
||||
pipenv install
|
||||
pipenv install --system
|
||||
- name: Run Django tests
|
||||
run: python3 manage.py test --verbosity=2
|
||||
|
|
Loading…
Reference in New Issue