Skip to content

Commit

Permalink
tests config
Browse files Browse the repository at this point in the history
  • Loading branch information
pefremova committed Jun 8, 2024
1 parent 2e6cfcf commit e7550a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ jobs:
python -m pip install --upgrade pip
python -m pip install -e .
python -m pip install "Django${{ matrix.django-version }}" coverage
python -m pip install tests/requirements.pip
python -m pip install -r tests/requirements.pip
- name: Run Tests
run: |
coverage run manage.py test tests -v2
coverage run manage.py test tests
- name: Generate coverage report
run: |
coverage combine coverage-*
Expand Down

0 comments on commit e7550a9

Please sign in to comment.