Skip to content

Commit

Permalink
Use runtests.py in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
blag committed Sep 8, 2023
1 parent 714c307 commit b79d26e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ jobs:
shell: bash
run: pip install Django==${{ matrix.django }} 'django-appconf>=1.0.4' 'pytz>=2020.4'

- name: Install test utilities
shell: bash
run: pip install pytest pytest-django

- name: Running Python Tests
shell: bash
run: pytest
run: python3 runtests.py

0 comments on commit b79d26e

Please sign in to comment.