HyukjinKwon opened a new pull request #29679:
URL: https://github.com/apache/spark/pull/29679


   ### What changes were proposed in this pull request?
   
   It should check `IPython` as it's imported as a package. Currently, Sphinx 
build is being skipped in GitHub Actions as below:
   
   https://github.com/apache/spark/runs/1084164546
   
   ```
   starting python compilation test...
   python compilation succeeded.
   
   starting pycodestyle test...
   pycodestyle checks passed.
   
   starting flake8 test...
   flake8 checks passed.
   
   python3 does not have ipython installed. Skipping Sphinx build for now.
   
   
   all lint-python tests passed!
   ```
   
   ### Why are the changes needed?
   
   To run the documentation builds in Github Actions.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No, dev-only
   
   ### How was this patch tested?
   
   Manually tested as `dev/lint-python`.
   


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

Reply via email to