diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f34da0b6..59203e324 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,12 +85,12 @@ jobs: uv run ruff check . - name: pytest - if: ${{ (matrix.os != 'ubuntu-latest') || (matrix.python != '3.14.0') }} + if: ${{ (matrix.os != 'ubuntu-latest') || (matrix.python != '3.14') }} run: | uv run pytest - name: pytest coverage - if: ${{ (matrix.os == 'ubuntu-latest') && (matrix.python == '3.14.0') }} + if: ${{ (matrix.os == 'ubuntu-latest') && (matrix.python == '3.14') }} run: | uv run pytest --cov