Skip to content

Commit 37c85a6

Browse files
committed
[SPARK-52483][INFRA][FOLLOW-UP] Fix workflow pages.yml
### What changes were proposed in this pull request? Fix workflow `pages.yml` ### Why are the changes needed? to make CI happy ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? will monitor the commit builder ### Was this patch authored or co-authored using generative AI tooling? no Closes #51198 from zhengruifeng/fix_page. Authored-by: Ruifeng Zheng <[email protected]> Signed-off-by: Ruifeng Zheng <[email protected]>
1 parent 435cb4b commit 37c85a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,16 @@ jobs:
5252
with:
5353
distribution: zulu
5454
java-version: 17
55-
- name: Install Python 3.9
55+
- name: Install Python 3.11
5656
uses: actions/setup-python@v5
5757
with:
58-
python-version: '3.9'
58+
python-version: '3.11'
5959
architecture: x64
6060
cache: 'pip'
6161
- name: Install Python dependencies
6262
run: |
6363
pip install 'sphinx==4.5.0' mkdocs 'pydata_sphinx_theme>=0.13' sphinx-copybutton nbsphinx numpydoc jinja2 markupsafe 'pyzmq<24.0.0' \
64-
ipython ipython_genutils sphinx_plotly_directive 'numpy>=1.20.0' pyarrow 'pandas==2.2.3' 'plotly>=4.8' 'docutils<0.18.0' \
64+
ipython ipython_genutils sphinx_plotly_directive 'numpy>=1.20.0' pyarrow 'pandas==2.3.0' 'plotly>=4.8' 'docutils<0.18.0' \
6565
'flake8==3.9.0' 'mypy==1.8.0' 'pytest==7.1.3' 'pytest-mypy-plugins==1.9.3' 'black==23.12.1' \
6666
'pandas-stubs==1.2.0.53' 'grpcio==1.67.0' 'grpcio-status==1.67.0' 'protobuf==5.29.1' 'grpc-stubs==1.24.11' 'googleapis-common-protos-stubs==2.2.0' \
6767
'sphinxcontrib-applehelp==1.0.4' 'sphinxcontrib-devhelp==1.0.2' 'sphinxcontrib-htmlhelp==2.0.1' 'sphinxcontrib-qthelp==1.0.3' 'sphinxcontrib-serializinghtml==1.1.5'

0 commit comments

Comments
 (0)