dongjoon-hyun commented on a change in pull request #32737:
URL: https://github.com/apache/spark/pull/32737#discussion_r644158403



##########
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:
       I confirmed the issue. We are having 3 python versions and installed in 
the following sequence.
   - Python 3.8
   - Python 3.9
   - PyPy 3.7
   
   The last thing do and it seems to break something.
   ```
   curl -sS https://bootstrap.pypa.io/get-pip.py | pypy3
   ```
   
   Let me update the image once more. And, I'll add `plotly` to Python 3.8, 
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]

Reply via email to