zhengruifeng commented on code in PR #49441:
URL: https://github.com/apache/spark/pull/49441#discussion_r1912586909
##########
.github/workflows/build_and_test.yml:
##########
@@ -602,12 +598,21 @@ jobs:
echo $py
$py -m pip list
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
Review Comment:
why not download it from the officer website?
```
- name: Install Conda for pip packaging test
if: contains(matrix.modules, 'pyspark-errors')
run: |
curl -s
https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh >
miniconda.sh
bash miniconda.sh -b -p $HOME/miniconda
rm miniconda.sh
```
--
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]