diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 65cf7bd07..4c7276515 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -93,7 +93,7 @@ jobs: - name: Run tests run: pytest -m "not a11y" --color=yes --cov --cov-report=xml - name: Upload to Codecov - if: matrix.python-version == '3.12' && matrix.os == 'ubuntu-latest' + if: matrix.python-version == '3.12' && matrix.os == 'ubuntu-latest' && matrix.sphinx-version == 'dev' uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }}