Skip to content

Commit c86e861

Browse files
mzeitlin11meeseeksmachine
authored andcommitted
Backport PR pandas-dev#42256: CI: fewer workers on windows
1 parent f34376d commit c86e861

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)