LuciferYang commented on code in PR #42413:
URL: https://github.com/apache/spark/pull/42413#discussion_r1288485003


##########
.github/workflows/build_and_test.yml:
##########
@@ -663,7 +663,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

Review Comment:
   I found  https://github.com/apache/spark/pull/39716/files  move `ipython` 
install from `Install dependencies for documentation generation` to  `Install 
Python linter dependencies`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to