Skip to content

Commit a51135e

Browse files
committed
test
1 parent 3c4c2ee commit a51135e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ on:
4141
description: Additional environment variables to set when running the tests. Should be in JSON format.
4242
required: false
4343
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"}'
4545
jobs:
4646
description: >-
4747
Jobs to run, and should be in JSON format. The values should be matched with the job's key defined
4848
in this file, e.g., build. See precondition job below.
4949
required: false
5050
type: string
51-
default: ''
51+
default: '{"pyspark": "true", "pyspark-pandas": "true"}'
5252
secrets:
5353
codecov_token:
5454
description: The upload token of codecov.

dev/spark-test-image/pypy-310/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ RUN mkdir -p /usr/local/pypy/pypy3.10 && \
6868
ln -sf /usr/local/pypy/pypy3.10/bin/pypy /usr/local/bin/pypy3.10 && \
6969
ln -sf /usr/local/pypy/pypy3.10/bin/pypy /usr/local/bin/pypy3
7070
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

0 commit comments

Comments
 (0)