Skip to content

Commit b79d26e

Browse files
committed
Use runtests.py in GHA
1 parent 714c307 commit b79d26e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yaml

+1-5
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ jobs:
5151
shell: bash
5252
run: pip install Django==${{ matrix.django }} 'django-appconf>=1.0.4' 'pytz>=2020.4'
5353

54-
- name: Install test utilities
55-
shell: bash
56-
run: pip install pytest pytest-django
57-
5854
- name: Running Python Tests
5955
shell: bash
60-
run: pytest
56+
run: python3 runtests.py

0 commit comments

Comments
 (0)