We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0be1833 commit 90311d2Copy full SHA for 90311d2
1 file changed
.github/workflows/test.yaml
@@ -35,17 +35,10 @@ jobs:
35
run: |
36
uv run coverage run -m pytest tests/
37
- name: Type Checking
38
- if: ${{ matrix.python-version != '3.10' }}
39
40
uv run mypy --strict src/ --platform win32
41
uv run mypy --strict src/ --platform linux
42
uv run mypy --strict src/ --platform darwin
43
- - name: Validate README.md
44
- if: ${{ matrix.python-version == '3.13' }}
45
- # Ensure that the README renders correctly (required for uploading to PyPI).
46
- run: |
47
- uv pip install readme_renderer
48
- python -m readme_renderer README.rst > /dev/null
49
- name: Run codecov
50
51
uv run codecov
0 commit comments