Skip to content

Commit

Permalink
Use 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dongjoon-hyun committed Oct 22, 2020
1 parent 9729565 commit 260a5d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,16 +131,16 @@ jobs:
# PyArrow is not supported in PyPy yet, see ARROW-2651.
# TODO(SPARK-32247): scipy installation with PyPy fails for an unknown reason.
run: |
python3.6 -m pip install numpy 'pyarrow<3.0.0' 'pandas<1.1.0' scipy xmlrunner
python3.6 -m pip install numpy 'pyarrow<3.0.0' 'pandas<1.1.1' scipy xmlrunner
python3.6 -m pip list
# PyPy does not have xmlrunner
pypy3 -m pip install numpy 'pandas<1.1.0'
pypy3 -m pip install numpy 'pandas<1.1.1'
pypy3 -m pip list
- name: Install Python packages (Python 2.7)
if: contains(matrix.modules, 'pyspark') || (contains(matrix.modules, 'sql') && !contains(matrix.modules, 'sql-'))
run: |
# Some tests do not pass in PySpark with PyArrow, for example, pyspark.sql.tests.ArrowTests.
python2.7 -m pip install numpy 'pandas<1.1.0' scipy xmlrunner
python2.7 -m pip install numpy 'pandas<1.1.1' scipy xmlrunner
python2.7 -m pip list
# SparkR
- name: Install R 4.0
Expand Down

0 comments on commit 260a5d5

Please sign in to comment.