Explicitly run manage.py with python when not using coverage

This seems to be necessary
This commit is contained in:
Roland Geider
2020-10-29 22:29:33 +01:00
parent a8cd51b923
commit 4938fd7f42

View File

@@ -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)