Skip to content

Commit bc643ec

Browse files
committed
binstar -> anaconda
1 parent b93c91f commit bc643ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install_conda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ bash miniconda.sh -b -p $HOME/miniconda || exit 1
7373
conda config --set always_yes yes --set changeps1 no || exit 1
7474
conda update -q conda || exit 1
7575
conda config --add channels conda-forge || exit 1
76-
conda config --add channels http://conda.binstar.org/pandas || exit 1
76+
conda config --add channels http://conda.anaconda.org/pandas || exit 1
7777
conda config --set ssl_verify false || exit 1
7878

7979
# Useful for debugging any issues with conda

0 commit comments

Comments
 (0)