We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d379d4 commit 1bdc1f0Copy full SHA for 1bdc1f0
.github/workflows/python-package.yml
@@ -44,7 +44,6 @@ jobs:
44
45
- name: Run tests
46
run: |
47
- python -m pytest src
48
if [ "${{ matrix.python-version }}" == "3.13" ]; then # workaround for TheKevJames/coveralls-python#523
49
python -m pytest --no-cov src
50
else
0 commit comments