Skip to content

Commit 63f73b4

Browse files
committed
ci(workflows): update .github.worklows/pr.yaml to use single process in regression test
1 parent 03c2d0d commit 63f73b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
python -m pytest tests/regression \
112112
-m "not slow" \
113113
--dist=loadscope \
114-
-n auto \
114+
-n 1 \
115115
-k "${{ matrix.system }}" \
116116
-vv \
117117
--durations=20

0 commit comments

Comments
 (0)