File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
dev/spark-test-image/pypy-310 Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 41
41
description : Additional environment variables to set when running the tests. Should be in JSON format.
42
42
required : false
43
43
type : string
44
- default : ' {"PYSPARK_IMAGE_TO_TEST": "python-311 ", "PYTHON_TO_TEST": "python3.11 "}'
44
+ default : ' {"PYSPARK_IMAGE_TO_TEST": "pypy-310 ", "PYTHON_TO_TEST": "pypy3 "}'
45
45
jobs :
46
46
description : >-
47
47
Jobs to run, and should be in JSON format. The values should be matched with the job's key defined
48
48
in this file, e.g., build. See precondition job below.
49
49
required : false
50
50
type : string
51
- default : ' '
51
+ default : ' {"pyspark": "true", "pyspark-pandas": "true"} '
52
52
secrets :
53
53
codecov_token :
54
54
description : The upload token of codecov.
Original file line number Diff line number Diff line change @@ -68,4 +68,4 @@ RUN mkdir -p /usr/local/pypy/pypy3.10 && \
68
68
ln -sf /usr/local/pypy/pypy3.10/bin/pypy /usr/local/bin/pypy3.10 && \
69
69
ln -sf /usr/local/pypy/pypy3.10/bin/pypy /usr/local/bin/pypy3
70
70
RUN curl -sS https://bootstrap.pypa.io/get-pip.py | pypy3
71
- RUN pypy3 -m pip install numpy 'six==1.16.0' 'pandas==2.3.1' scipy coverage matplotlib lxml
71
+ RUN pypy3 -m pip install numpy 'six==1.16.0' 'pandas==2.3.1' 'pyarrow==20.0.0' scipy coverage matplotlib lxml
You can’t perform that action at this time.
0 commit comments