We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f34376d commit c86e861Copy full SHA for c86e861
ci/azure/windows.yml
@@ -12,11 +12,13 @@ jobs:
12
ENV_FILE: ci/deps/azure-windows-37.yaml
13
CONDA_PY: "37"
14
PATTERN: "not slow and not network"
15
+ PYTEST_WORKERS: 2 # GH-42236
16
17
py38_np18:
18
ENV_FILE: ci/deps/azure-windows-38.yaml
19
CONDA_PY: "38"
20
PATTERN: "not slow and not network and not high_memory"
21
22
23
steps:
24
- powershell: |
0 commit comments