Skip to content

Commit e1eaa7a

Browse files
committed
Fix test command in workflow to use direct Python invocation
1 parent f9a9406 commit e1eaa7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Run Django checks
7474
run: poetry run python manage.py check
7575
- name: Run test suite
76-
run: poetry run coverage run manage.py test etna
76+
run: poetry run python manage.py test etna
7777
- name: Check for missing migrations
7878
run: poetry run python manage.py makemigrations --check --noinput
7979

0 commit comments

Comments
 (0)