Unset CONDARC when running sh installer, b/c it errors with no-rc option

This commit is contained in:
Ryan Volz 2025-03-11 17:31:05 -04:00
parent fafef943bf
commit 315fb797db

View File

@ -99,6 +99,7 @@ jobs:
ARCH: ${{ matrix.ARCH }}
INSTALL_PATH: ${{ github.workspace }}/test_installation
run: |
unset CONDARC
bash dist/$DISTNAME-*-$OS_NAME-$ARCH.sh -b -p $INSTALL_PATH
eval "$($INSTALL_PATH/bin/conda shell.bash hook)"
conda info