From 4938fd7f428511fcb6b0a5f807edefeed86a6895 Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Thu, 29 Oct 2020 22:29:33 +0100 Subject: [PATCH] Explicitly run manage.py with python when not using coverage This seems to be necessary --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb865c2e3..044f702b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: - name: Test the application (Postgres) run: | wger create-settings --database-type postgresql - ./manage.py test + python manage.py test if: matrix.python-version != 3.8 # - name: Test the application (Sqlite)