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: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install pipenv pip install pipenv
pipenv install pipenv install --system
- name: Run Django tests - name: Run Django tests
run: python3 manage.py test --verbosity=2 run: python3 manage.py test --verbosity=2