Skip to content

Commit 36c94ef

Browse files
committed
BLD: Disable conda update conda
Stop conda updating itself to avoid build failures
1 parent 38576ed commit 36c94ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ before_install:
3434
- ./miniconda3.sh -b
3535
- export PATH=/home/travis/miniconda3/bin:$PATH
3636
- conda config --set always_yes true
37-
- conda update --all --quiet
37+
# Disable until fixed
38+
# - conda update --all --quiet
3839
- PKGS="python=${PYTHON}"
3940
- PKGS="${PKGS} numpy"; if [ ${NUMPY} ]; then PKGS="${PKGS}=${NUMPY}"; fi
4041
- PKGS="${PKGS} Cython"; if [ ${CYTHON} ]; then PKGS="${PKGS}=${CYTHON}"; fi

0 commit comments

Comments
 (0)