mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
Explicitly run manage.py with python when not using coverage
This seems to be necessary
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user