You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2021/08/01 01:36:05 UTC

[spark] branch branch-3.2 updated: Revert "[SPARK-36345][INFRA] Update PySpark GitHubAction docker image to 20210730"

This is an automated email from the ASF dual-hosted git repository.

gurwls223 pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new 390aeb7  Revert "[SPARK-36345][INFRA] Update PySpark GitHubAction docker image to 20210730"
390aeb7 is described below

commit 390aeb727be12c6b101f3a62c2d4ca959aa7489d
Author: Hyukjin Kwon <gu...@apache.org>
AuthorDate: Sun Aug 1 10:35:32 2021 +0900

    Revert "[SPARK-36345][INFRA] Update PySpark GitHubAction docker image to 20210730"
    
    This reverts commit 586f89886fc8029d35aaa11021a4a88909c85804.
---
 .github/workflows/build_and_test.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml
index d247e6b..3eb12f5 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -149,7 +149,7 @@ jobs:
     name: "Build modules: ${{ matrix.modules }}"
     runs-on: ubuntu-20.04
     container:
-      image: dongjoon/apache-spark-github-action-image:20210730
+      image: dongjoon/apache-spark-github-action-image:20210602
     strategy:
       fail-fast: false
       matrix:
@@ -227,6 +227,8 @@ jobs:
     # Run the tests.
     - name: Run tests
       run: |
+        # TODO(SPARK-36345): Install mlflow>=1.0 and sklearn in Python 3.9 of the base image
+        python3.9 -m pip install 'mlflow>=1.0' sklearn
         export PATH=$PATH:$HOME/miniconda/bin
         ./dev/run-tests --parallelism 1 --modules "$MODULES_TO_TEST"
     - name: Upload test results to report

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org