From 48a515dc0dcc0a6cc1f3f519531f7081e4a9dd25 Mon Sep 17 00:00:00 2001 From: meeb Date: Sun, 13 Dec 2020 16:50:59 +1100 Subject: [PATCH] install pipenv packages globally in testing --- .github/workflows/testing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 326dd86..d4085d8 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -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