dongjoon-hyun commented on a change in pull request #32829:
URL: https://github.com/apache/spark/pull/32829#discussion_r647902806
##########
File path: .github/workflows/build_and_test.yml
##########
@@ -366,7 +366,9 @@ jobs:
# See also https://github.com/sphinx-doc/sphinx/issues/7551.
# Jinja2 3.0.0+ causes error when building with Sphinx.
# See also https://issues.apache.org/jira/browse/SPARK-35375.
- python3.6 -m pip install flake8 pydata_sphinx_theme mypy numpydoc
'jinja2<3.0.0' 'black==21.5b2'
+ # TODO(SPARK-35684, SPARK-35683): Bump up the mypy version. This is
blocked by
+ # Index.difference logic issue.
+ python3.6 -m pip install flake8 pydata_sphinx_theme 'mypy==0.812'
numpydoc 'jinja2<3.0.0' 'black==21.5b2'
Review comment:
This is only for Python3.6, right? Otherwise, we need to pin `mypy` in
`dev/requirements.txt`, too.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]