install pipenv packages globally in testing

pull/3/head
meeb 2020-12-13 16:50:59 +11:00
parent 2ffd76c823
commit 48a515dc0d
1 changed files with 1 additions and 1 deletions

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