dongjoon-hyun commented on code in PR #49465: URL: https://github.com/apache/spark/pull/49465#discussion_r1913539463
########## .github/workflows/build_and_test.yml: ########## @@ -600,19 +600,16 @@ jobs: done - name: Install Conda for pip packaging test if: contains(matrix.modules, 'pyspark-errors') - run: | - curl -s -L "https://github.com/conda-forge/miniforge/releases/download/24.11.2-1/Miniforge3-Linux-x86_64.sh" > miniforge3.sh - bash miniforge3.sh -b -p $HOME/miniforge3 - rm miniforge3.sh + uses: conda-incubator/setup-miniconda@v3 Review Comment: Are we sure that this is ASF-approved Action? I would be great if you can provide the example of another ASF project using this (in your PR description). Is this is not approved one, it will fail after merging. -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org