Skip to content

Commit d92c98e

Browse files
committed
ci(workflows): update .github/weekly-regression.yaml to run in serial
1 parent be1c06e commit d92c98e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/weekly-regression.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
pytest tests/regression \
8383
-k "${{ matrix.system }}" \
8484
--run-slow \
85-
-n auto \
85+
-n 1 \
8686
--dist=loadscope \
8787
-vv \
8888
--durations=20

0 commit comments

Comments
 (0)