This is an automated email from the ASF dual-hosted git repository.

yangjie01 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 55b07b1367a [SPARK-44554][INFRA][FOLLOWUP] Install `IPython` for the 
Python linter check in the daily test for branch-3.3
55b07b1367a is described below

commit 55b07b1367a78d5431ce2043fcd590fc4409d566
Author: yangjie01 <yangji...@baidu.com>
AuthorDate: Thu Aug 10 12:48:20 2023 +0800

    [SPARK-44554][INFRA][FOLLOWUP] Install `IPython` for the Python linter 
check in the daily test for branch-3.3
    
    ### What changes were proposed in this pull request?
    This pr aims to install `IPython` for the Python linter check in the daily 
test for branch-3.3.
    
    ### Why are the changes needed?
    To fix the Python linter check in the daily test of branch-3.3.
    
    https://github.com/apache/spark/actions/runs/5805901293/job/15737802378
    
    <img width="1030" alt="image" 
src="https://github.com/apache/spark/assets/1475305/59896b6a-b710-4772-9139-189c7ea73fe5";>
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    Monitor GA
    
    Closes #42413 from LuciferYang/SPARK-44554-FOLLOWUP.
    
    Authored-by: yangjie01 <yangji...@baidu.com>
    Signed-off-by: yangjie01 <yangji...@baidu.com>
---
 .github/workflows/build_and_test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build_and_test.yml 
b/.github/workflows/build_and_test.yml
index 5f0505ab98f..6321fd37b1a 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -664,7 +664,7 @@ jobs:
         # SPARK-44554: Copy from 
https://github.com/apache/spark/blob/073d0b60d31bf68ebacdc005f59b928a5902670f/.github/workflows/build_and_test.yml#L501-L508
         # Should delete this section after SPARK 3.3 EOL.
         python3.9 -m pip install 'flake8==3.9.0' pydata_sphinx_theme 
'mypy==0.920' 'pytest==7.1.3' 'pytest-mypy-plugins==1.9.3' numpydoc 
'jinja2<3.0.0' 'black==21.12b0'
-        python3.9 -m pip install 'pandas-stubs==1.2.0.53'
+        python3.9 -m pip install 'pandas-stubs==1.2.0.53' ipython
     - name: Install Python linter dependencies for branch-3.4
       if: inputs.branch == 'branch-3.4'
       run: |


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to