File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ jobs:
173
173
uses : ./.github/actions/run-tests
174
174
env :
175
175
PATTERN : ' single_cpu'
176
- PYTEST_WORKERS : 1
176
+ PYTEST_WORKERS : 0
177
177
if : ${{ matrix.pattern == '' && (always() && steps.build.outcome == 'success')}}
178
178
179
179
macos-windows :
@@ -193,8 +193,8 @@ jobs:
193
193
PANDAS_CI : 1
194
194
PYTEST_TARGET : pandas
195
195
PATTERN : " not slow and not db and not network and not single_cpu"
196
- # GH 47443: PYTEST_WORKERS > 1 crashes Windows builds with memory related errors
197
- PYTEST_WORKERS : ${{ matrix.os == 'macos-latest' && 'auto' || '1 ' }}
196
+ # GH 47443: PYTEST_WORKERS > 0 crashes Windows builds with memory related errors
197
+ PYTEST_WORKERS : ${{ matrix.os == 'macos-latest' && 'auto' || '0 ' }}
198
198
199
199
steps :
200
200
- name : Checkout
You can’t perform that action at this time.
0 commit comments