Skip to content

Commit 90311d2

Browse files
committed
Remove outdated readme render check
1 parent 0be1833 commit 90311d2

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/test.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,10 @@ jobs:
3535
run: |
3636
uv run coverage run -m pytest tests/
3737
- name: Type Checking
38-
if: ${{ matrix.python-version != '3.10' }}
3938
run: |
4039
uv run mypy --strict src/ --platform win32
4140
uv run mypy --strict src/ --platform linux
4241
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
4942
- name: Run codecov
5043
run: |
5144
uv run codecov

0 commit comments

Comments
 (0)