Skip to content

Commit

Permalink
[SPARK-46649][PYTHON][INFRA] Run PyPy 3 and Python 3.10 tests indepen…
Browse files Browse the repository at this point in the history
…dently

### What changes were proposed in this pull request?

This PR proposes to split PyPy 3 and Python 3.10 builds

### Why are the changes needed?

https://github.com/apache/spark/actions/runs/7462843546/job/20306241275

Seems like it terminates in the middle because of OOM. we should split

### Does this PR introduce _any_ user-facing change?

No, dev-only

### How was this patch tested?

CI should verify the change.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes #44655 from HyukjinKwon/SPARK-46649.

Authored-by: Hyukjin Kwon <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
  • Loading branch information
HyukjinKwon committed Jan 10, 2024
1 parent 4957c1a commit f526bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run-build:
strategy:
matrix:
pyversion: ["pypy3,python3.10", "python3.11", "python3.12"]
pyversion: ["pypy3", "python3.10", "python3.11", "python3.12"]
permissions:
packages: write
name: Run
Expand Down

0 comments on commit f526bea

Please sign in to comment.