mirror of
https://github.com/ryanvolz/radioconda.git
synced 2026-05-04 21:33:59 -04:00
Unset CONDARC when running sh installer, b/c it errors with no-rc option
This commit is contained in:
parent
fafef943bf
commit
315fb797db
1
.github/workflows/build_radioconda.yml
vendored
1
.github/workflows/build_radioconda.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user