Skip to content

Commit 8e1595b

Browse files
committed
CI prob.
1 parent bc494b0 commit 8e1595b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- name: pytest logging
9393
if: ${{ (matrix.os != 'ubuntu-latest') || (matrix.python != '3.14.0') }}
9494
run: |
95-
uv run pytest "serial"
95+
uv run pytest -n0 -m "serial"
9696
9797
- name: pytest coverage
9898
if: ${{ (matrix.os == 'ubuntu-latest') && (matrix.python == '3.14.0') }}

0 commit comments

Comments
 (0)