diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb659c2..cab670f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} tests: - name: Python ${{ matrix.python-version }} (${{ matrix.toxenv }}) + name: Python ${{ matrix.python-version }} / Django ${{ matrix.django-version }} runs-on: ubuntu-latest needs: lint