Skip to content

Commit 3418622

Browse files
eakmanrqclaude
andcommitted
Fix CI: reduce xdist workers and fetch full git history
- Reduce PYTEST_XDIST_AUTO_NUM_WORKERS from 8 to 4 for style-and-cicd-tests to prevent OOM errors with Spark tests on GHA runners - Add fetch-depth: 0 to style-and-cicd-tests checkout so setuptools_scm can resolve the version from git tags (fixes test_version_schema failure) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: eakmanrq <6326532+eakmanrq@users.noreply.github.com>
1 parent a54ad86 commit 3418622

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pr.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,12 @@ jobs:
7676
matrix:
7777
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
7878
env:
79-
PYTEST_XDIST_AUTO_NUM_WORKERS: 8
79+
PYTEST_XDIST_AUTO_NUM_WORKERS: 4
8080
UV: '1'
8181
steps:
8282
- uses: actions/checkout@v5
83+
with:
84+
fetch-depth: 0
8385
- name: Set up Python
8486
uses: actions/setup-python@v6
8587
with:

0 commit comments

Comments
 (0)