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



##########
File path: .github/workflows/build_and_test.yml
##########
@@ -251,9 +264,20 @@ jobs:
         bash miniconda.sh -b -p $HOME/miniconda
     # Run the tests.
     - name: Run tests
+      env: ${{ fromJSON(needs.configure-jobs.outputs.envs) }}
       run: |
+        # TODO(SPARK-36361): Install coverage in Python 3.9 and PyPy 3 in the 
base image
+        python3.9 -m pip install coverage

Review comment:
       Thanks. Let me address them tomorrow.




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