We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc494b0 commit 8e1595bCopy full SHA for 8e1595b
.github/workflows/ci.yml
@@ -92,7 +92,7 @@ jobs:
92
- name: pytest logging
93
if: ${{ (matrix.os != 'ubuntu-latest') || (matrix.python != '3.14.0') }}
94
run: |
95
- uv run pytest "serial"
+ uv run pytest -n0 -m "serial"
96
97
- name: pytest coverage
98
if: ${{ (matrix.os == 'ubuntu-latest') && (matrix.python == '3.14.0') }}
0 commit comments