We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb96ab6 commit e72a7bdCopy full SHA for e72a7bd
1 file changed
ci/install.sh
@@ -13,9 +13,9 @@ export PATH="$HOME/miniconda/bin:$PATH"
13
conda config --set always_yes yes --set changeps1 no
14
conda update -q conda
15
conda info -a
16
-conda config --add channels oliverbscott
+conda config --add channels conda-forge
17
conda create -q -n travis_env python=$TRAVIS_PYTHON_VERSION
18
-conda activate travis_env
+source activate travis_env
19
20
# Install
21
conda install --file $TRAVIS_BUILD_DIR/requirements.txt
0 commit comments