Skip to content

Commit 6e41807

Browse files
eakmanrqclaude
andcommitted
Fix CI: reduce xdist workers to 2 to prevent Spark OOM
4 workers still caused OOM on GHA runners (7GB RAM). Reducing to 2 to give Spark tests enough memory headroom. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: eakmanrq <6326532+eakmanrq@users.noreply.github.com>
1 parent 3418622 commit 6e41807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
matrix:
7777
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
7878
env:
79-
PYTEST_XDIST_AUTO_NUM_WORKERS: 4
79+
PYTEST_XDIST_AUTO_NUM_WORKERS: 2
8080
UV: '1'
8181
steps:
8282
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)