install pipenv packages globally in testing
This commit is contained in:
2
.github/workflows/testing.yaml
vendored
2
.github/workflows/testing.yaml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user