Skip to content

Commit b21bed5

Browse files
drammockivanov
authored andcommitted
try to fix codecov (pydata#1717)
see if this fixes codecov
1 parent 4928d1d commit b21bed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- name: Run tests
9494
run: pytest -m "not a11y" --color=yes --cov --cov-report=xml
9595
- name: Upload to Codecov
96-
if: matrix.python-version == '3.12' && matrix.os == 'ubuntu-latest'
96+
if: matrix.python-version == '3.12' && matrix.os == 'ubuntu-latest' && matrix.sphinx-version == 'dev'
9797
uses: codecov/codecov-action@v4
9898
with:
9999
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)