We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6656d18 commit ab237deCopy full SHA for ab237de
.github/workflows/main.yml
@@ -46,9 +46,6 @@ jobs:
46
- name: Run tests
47
run: uv run python -m pytest tests --cov --cov-config=pyproject.toml --cov-report=xml
48
49
- - name: Check typing
50
- run: uv run mypy
51
-
52
- name: Upload coverage reports to Codecov with GitHub Action on Python 3.11
53
uses: codecov/codecov-action@v4
54
if: ${{ matrix.python-version == '3.11' }}
0 commit comments