Skip to content

Commit aff6a8c

Browse files
Backport PR #42256: CI: fewer workers on windows (#42298)
Co-authored-by: Matthew Zeitlin <[email protected]>
1 parent 0ef6073 commit aff6a8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/azure/windows.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@ jobs:
1212
ENV_FILE: ci/deps/azure-windows-37.yaml
1313
CONDA_PY: "37"
1414
PATTERN: "not slow and not network"
15+
PYTEST_WORKERS: 2 # GH-42236
1516

1617
py38_np18:
1718
ENV_FILE: ci/deps/azure-windows-38.yaml
1819
CONDA_PY: "38"
1920
PATTERN: "not slow and not network and not high_memory"
21+
PYTEST_WORKERS: 2 # GH-42236
2022

2123
steps:
2224
- powershell: |

0 commit comments

Comments
 (0)