Skip to content

Commit 9fd6a79

Browse files
Revert "Backport PR #47318 on branch 1.4.x (CI: Pin PYTEST_WORKERS=1 for Windows builds due to memory errors) (#47445)"
This reverts commit 2d370af.
1 parent bb726d3 commit 9fd6a79

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/macos-windows.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
env:
1616
PANDAS_CI: 1
1717
PYTEST_TARGET: pandas
18+
PYTEST_WORKERS: auto
1819
PATTERN: "not slow and not db and not network and not single_cpu"
1920

2021

@@ -35,9 +36,6 @@ jobs:
3536
# https://github.community/t/concurrecy-not-work-for-push/183068/7
3637
group: ${{ github.event_name == 'push' && github.run_number || github.ref }}-${{ matrix.env_file }}-${{ matrix.os }}
3738
cancel-in-progress: true
38-
env:
39-
# GH 47443: PYTEST_WORKERS > 1 crashes Windows builds with memory related errors
40-
PYTEST_WORKERS: ${{ matrix.os == 'macos-latest' && 'auto' || '1' }}
4139

4240
steps:
4341
- name: Checkout

0 commit comments

Comments
 (0)