HyukjinKwon commented on a change in pull request #33567:
URL: https://github.com/apache/spark/pull/33567#discussion_r679037462



##########
File path: .github/workflows/build_and_test.yml
##########
@@ -242,8 +242,9 @@ jobs:
         key: pyspark-coursier-${{ hashFiles('**/pom.xml', '**/plugins.sbt') }}
         restore-keys: |
           pyspark-coursier-
-    - name: List Python packages (Python 3.9)
+    - name: Install Python packages (Python 3.9)
       run: |
+        python3.9 -m pip install 'mlflow>=1.0' sklearn

Review comment:
       Let's file a JIRA for the image to have `'mlflow>=1.0' sklearn`. Once 
the image has both packages, we can remove here. Add a comment `# 
TODO(SPARK-XXXXX): Install blah blah`.




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