8000 Reinstate -n auto · matplotlib/matplotlib@6137516 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6137516

Browse files
committed
Reinstate -n auto
1 parent d3f8453 commit 6137516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ jobs:
312312
if [[ "${{ matrix.python-version }}" == '3.13t' ]]; then
313313
export PYTHON_GIL=0
314314
fi
315-
pytest -rfEsXR -n 1 -v \
315+
pytest -rfEsXR -n auto -v \
316316
--maxfail=50 --timeout=300 --durations=25 \
317317
--cov-report=xml --cov=lib --log-level=DEBUG --color=yes
318318

0 commit comments

Comments
 (0)
0