This is an automated email from the ASF dual-hosted git repository.
ruifengz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 37c85a608929 [SPARK-52483][INFRA][FOLLOW-UP] Fix workflow `pages.yml`
37c85a608929 is described below
commit 37c85a6089291b370076df6b62a804f0b07373a4
Author: Ruifeng Zheng <[email protected]>
AuthorDate: Tue Jun 17 15:39:38 2025 +0800
[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]>
---
.github/workflows/pages.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml
index 4bcc275064d3..760e8117dcc0 100644
--- a/.github/workflows/pages.yml
+++ b/.github/workflows/pages.yml
@@ -52,16 +52,16 @@ jobs:
with:
distribution: zulu
java-version: 17
- - name: Install Python 3.9
+ - name: Install Python 3.11
uses: actions/setup-python@v5
with:
- python-version: '3.9'
+ python-version: '3.11'
architecture: x64
cache: 'pip'
- name: Install Python dependencies
run: |
pip install 'sphinx==4.5.0' mkdocs 'pydata_sphinx_theme>=0.13'
sphinx-copybutton nbsphinx numpydoc jinja2 markupsafe 'pyzmq<24.0.0' \
- ipython ipython_genutils sphinx_plotly_directive 'numpy>=1.20.0'
pyarrow 'pandas==2.2.3' 'plotly>=4.8' 'docutils<0.18.0' \
+ ipython ipython_genutils sphinx_plotly_directive 'numpy>=1.20.0'
pyarrow 'pandas==2.3.0' 'plotly>=4.8' 'docutils<0.18.0' \
'flake8==3.9.0' 'mypy==1.8.0' 'pytest==7.1.3'
'pytest-mypy-plugins==1.9.3' 'black==23.12.1' \
'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' \
'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'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]