HyukjinKwon commented on a change in pull request #32737:
URL: https://github.com/apache/spark/pull/32737#discussion_r643637374
##########
File path: .github/workflows/build_and_test.yml
##########
@@ -217,6 +217,9 @@ jobs:
run: |
python3.6 -m pip install numpy 'pyarrow<3.0.0' pandas scipy xmlrunner
plotly>=4.8
python3.6 -m pip list
+ - name: List Python packages (Python 3.9)
+ run: |
+ python3.9 -m pip list
Review comment:
oh, interesting ..
https://github.com/xinrong-databricks/spark/runs/2724401328?check_suite_focus=true
```
/usr/bin/python3.9: No module named pip
```
it complains that `python3.9` doesn't have `pip` .. but assuming the skip
tests checks (https://github.com/apache/spark/runs/2707956326 for
https://github.com/apache/spark/commit/c225196be0d18975a3d290b0b9d7283d764be322),
seems all packages are installed properly.
--
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]