Skip to content

Commit bf3fa54

Browse files
committed
ci(workflows): remove parallel execution on PR runs
1 parent 81c93e4 commit bf3fa54

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
-k "${{ matrix.system }}" \
114-
-n auto \
114+
-n 0 \
115115
--dist=loadscope \
116116
-vv \
117117
--durations=20

0 commit comments

Comments
 (0)