diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 17908ffac5..58487a4d9f 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -186,7 +186,7 @@ jobs: name: "Build modules: ${{ matrix.modules }}" runs-on: ubuntu-20.04 container: - image: dongjoon/apache-spark-github-action-image:20210602 + image: dongjoon/apache-spark-github-action-image:20210730 strategy: fail-fast: false matrix: @@ -252,8 +252,6 @@ 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