Skip to content

Commit deb3a35

Browse files
committed
Added conda-forge as required channel for conda
1 parent 8b22a1a commit deb3a35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.ci/travis_build_conda.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ conda config --set always_yes yes --set changeps1 no
1111
conda update -q conda
1212
conda install conda-build
1313
conda info -a
14-
conda config --add channels domdfcoding conda-forge || exit 1
14+
conda config --add channels domdfcoding || exit 1
15+
conda config --add channels conda-forge || exit 1
1516
conda build conda --output-folder conda/dist
1617

1718

0 commit comments

Comments
 (0)