install pipenv packages globally in testing

This commit is contained in:
meeb
2020-12-13 16:50:59 +11:00
parent 2ffd76c823
commit 48a515dc0d

View File

@@ -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