Skip to content

Commit bd2b58b

Browse files
authored
Update build_and_test.yml
1 parent ca77e73 commit bd2b58b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ jobs:
310310
pyspark-coursier-
311311
- name: List Python packages (Python 3.9)
312312
run: |
313+
python3.9 -m pip install 'pandas==1.0.1'
313314
python3.9 -m pip list
314315
- name: Install Conda for pip packaging test
315316
run: |
@@ -485,7 +486,7 @@ jobs:
485486
# Jinja2 3.0.0+ causes error when building with Sphinx.
486487
# See also https://issues.apache.org/jira/browse/SPARK-35375.
487488
python3.9 -m pip install 'sphinx<3.1.0' mkdocs pydata_sphinx_theme ipython nbsphinx numpydoc 'jinja2<3.0.0'
488-
python3.9 -m pip install sphinx_plotly_directive 'numpy>=1.20.0' 'pyarrow<5.0.0' 'pandas==1.0.1' 'plotly>=4.8'
489+
python3.9 -m pip install sphinx_plotly_directive 'numpy>=1.20.0' 'pyarrow<5.0.0' pandas 'plotly>=4.8'
489490
apt-get update -y
490491
apt-get install -y ruby ruby-dev
491492
Rscript -e "install.packages(c('devtools', 'testthat', 'knitr', 'rmarkdown', 'roxygen2'), repos='https://cloud.r-project.org/')"

0 commit comments

Comments
 (0)