Skip to content

Commit

Permalink
ci: match coverage against env.PYTHON_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
mkniewallner committed Oct 7, 2024
1 parent 93fdd67 commit a8d5760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
if: ${{ matrix.os.name == 'linux' && matrix.python-version == '3.13' }}
if: ${{ matrix.os.name == 'linux' && matrix.python-version == env.PYTHON_VERSION }}

check-docs:
runs-on: ubuntu-24.04
Expand Down

0 comments on commit a8d5760

Please sign in to comment.