Skip to content

Commit e72a7bd

Browse files
author
OliverBScott
committed
Changed 'conda activate' to 'source activate'
1 parent eb96ab6 commit e72a7bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ci/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ export PATH="$HOME/miniconda/bin:$PATH"
1313
conda config --set always_yes yes --set changeps1 no
1414
conda update -q conda
1515
conda info -a
16-
conda config --add channels oliverbscott
16+
conda config --add channels conda-forge
1717
conda create -q -n travis_env python=$TRAVIS_PYTHON_VERSION
18-
conda activate travis_env
18+
source activate travis_env
1919

2020
# Install
2121
conda install --file $TRAVIS_BUILD_DIR/requirements.txt

0 commit comments

Comments
 (0)