Skip to content

Commit 06f1e4a

Browse files
committed
Trying to fix travis/conda deployment
1 parent 5bacd43 commit 06f1e4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/travis_build_conda.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ if [ $TRAVIS_PYTHON_VERSION == 3.6 ]; then
1313
conda config --set always_yes yes --set changeps1 no
1414
conda update -q conda
1515
conda install conda-build
16+
conda install anaconda-client
1617
conda info -a
1718
conda config --add channels domdfcoding || exit 1
1819
conda config --add channels conda-forge || exit 1

0 commit comments

Comments
 (0)