itholic commented on a change in pull request #34927:
URL: https://github.com/apache/spark/pull/34927#discussion_r774208771



##########
File path: .github/workflows/build_and_test.yml
##########
@@ -478,6 +478,7 @@ jobs:
         # Jinja2 3.0.0+ causes error when building with Sphinx.
         #   See also https://issues.apache.org/jira/browse/SPARK-35375.
         python3.9 -m pip install 'flake8==3.9.0' pydata_sphinx_theme 
'mypy==0.920' numpydoc 'jinja2<3.0.0' 'black==21.5b2'
+        python3.9 -m pip install pandas-stubs

Review comment:
       just qq: Why new line instead of just adding to the existing list?
   
   `python3.9 -m pip install 'flake8==3.9.0' pydata_sphinx_theme 'mypy==0.920' 
numpydoc 'jinja2<3.0.0' 'black==21.5b2' pandas-stubs`




-- 
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