Skip to content

Commit

Permalink
Backport PR #42256: CI: fewer workers on windows (#42298)
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Zeitlin <37011898+mzeitlin11@users.noreply.github.com>
  • Loading branch information
meeseeksmachine and mzeitlin11 authored Jun 29, 2021
1 parent 0ef6073 commit aff6a8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/azure/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ jobs:
ENV_FILE: ci/deps/azure-windows-37.yaml
CONDA_PY: "37"
PATTERN: "not slow and not network"
PYTEST_WORKERS: 2 # GH-42236

py38_np18:
ENV_FILE: ci/deps/azure-windows-38.yaml
CONDA_PY: "38"
PATTERN: "not slow and not network and not high_memory"
PYTEST_WORKERS: 2 # GH-42236

steps:
- powershell: |
Expand Down

0 comments on commit aff6a8c

Please sign in to comment.