Skip to content

Commit

Permalink
[#163] Explicitly add pytest
Browse files Browse the repository at this point in the history
Signed-off-by: delano <[email protected]>
  • Loading branch information
delano committed Jun 4, 2024
1 parent 709fd49 commit f9970bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,12 @@ jobs:
#----------------------------------------------
- name: Install django ${{ matrix.django-version }}
run: |
source .venv/bin/activate
poetry add Django@${{ matrix.django-version }}
#--------------------------------------------
# run tests
#--------------------------------------------
- name: Run tests
run: |
source .venv/bin/activate
poetry add pytest
poetry run pytest

0 comments on commit f9970bb

Please sign in to comment.