kszucs commented on a change in pull request #12210:
URL: https://github.com/apache/arrow/pull/12210#discussion_r788921534
##########
File path: dev/release/verify-release-candidate.sh
##########
@@ -252,6 +252,7 @@ setup_miniconda() {
echo "Installed miniconda at ${MINICONDA}"
. $MINICONDA/etc/profile.d/conda.sh
+ conda activate base
Review comment:
On macOS I had to activate the base conda environment before
##########
File path: dev/release/verify-release-candidate.sh
##########
@@ -252,6 +252,7 @@ setup_miniconda() {
echo "Installed miniconda at ${MINICONDA}"
. $MINICONDA/etc/profile.d/conda.sh
+ conda activate base
Review comment:
On macOS I had to activate the base conda environment before using mamba.
--
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]