Skip to content

Commit bff8900

Browse files
committed
activate base
1 parent fa78703 commit bff8900

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

dev/github-actions/install-R.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ echo CONDA_EXE $CONDA_EXE
3737
CONDA_HOME=$(dirname $(dirname $CONDA_EXE))
3838
CONDA_BIN_DIR=$CONDA_HOME/bin
3939
set +x
40-
echo source $CONDA_BIN_DIR/activate
41-
source $CONDA_BIN_DIR/activate
40+
# Cannot leave env name blank on GitHub?
41+
ACTIVATE=( source $CONDA_BIN_DIR/activate base )
42+
log $ACTIVATE
43+
$ACTIVATE
4244
set -x
4345

4446
which python conda

0 commit comments

Comments
 (0)