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 bb726d3 commit 9fd6a79Copy full SHA for 9fd6a79
.github/workflows/macos-windows.yml
@@ -15,6 +15,7 @@ on:
15
env:
16
PANDAS_CI: 1
17
PYTEST_TARGET: pandas
18
+ PYTEST_WORKERS: auto
19
PATTERN: "not slow and not db and not network and not single_cpu"
20
21
@@ -35,9 +36,6 @@ jobs:
35
36
# https://github.community/t/concurrecy-not-work-for-push/183068/7
37
group: ${{ github.event_name == 'push' && github.run_number || github.ref }}-${{ matrix.env_file }}-${{ matrix.os }}
38
cancel-in-progress: true
- env:
39
- # GH 47443: PYTEST_WORKERS > 1 crashes Windows builds with memory related errors
40
- PYTEST_WORKERS: ${{ matrix.os == 'macos-latest' && 'auto' || '1' }}
41
42
steps:
43
- name: Checkout
0 commit comments