Skip to content

Commit a41a0d1

Browse files
committed
Set pytest numprocesses to 1
1 parent 00f7bdb commit a41a0d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ jobs:
944944
-qq \
945945
--timeout=9 \
946946
--durations=10 \
947-
-n auto \
947+
-n 1 \
948948
--dist=loadfile \
949949
${cov_params[@]} \
950950
-o console_output_style=count \
@@ -1338,7 +1338,7 @@ jobs:
13381338
python3 -b -X dev -m pytest \
13391339
-qq \
13401340
--timeout=9 \
1341-
-n auto \
1341+
-n 1 \
13421342
${cov_params[@]} \
13431343
-o console_output_style=count \
13441344
--durations=0 \

0 commit comments

Comments
 (0)