Skip to content

Commit

Permalink
fix: go back to run in django42
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Mar 28, 2024
1 parent a698045 commit a7cf30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Report coverage
id: coverage_comment
if: matrix.python-version == '3.8' && matrix.toxenv == 'django32'
if: matrix.python-version == '3.8' && matrix.toxenv == 'django42'
uses: py-cov-action/python-coverage-comment-action@v3
with:
GITHUB_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit a7cf30d

Please sign in to comment.