Skip to content

Commit

Permalink
Fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Nov 29, 2024
1 parent 5896176 commit 7b88fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
if: matrix.django-version != 'main'
- run: uv pip install -U https://github.com/django/django/archive/master.tar.gz
if: matrix.django-version == 'main'
- run: uvx coverage run manage.py test
- run: coverage run manage.py test
- run: uv pip install -U coveralls
- name: Upload coveralls (parallel)
env:
Expand Down

0 comments on commit 7b88fda

Please sign in to comment.