Skip to content

Commit c1af9a8

Browse files
authored
BLD: --use-local on conda (pandas-dev#18858)
1 parent 07d8c2d commit c1af9a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install_travis.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ elif [ "$CONDA_BUILD_TEST" ]; then
184184
conda build ./conda.recipe --numpy 1.13 --python 3.5 -q --no-test
185185

186186
echo "[installing]"
187-
conda install $(conda build ./conda.recipe --numpy 1.13 --python 3.5 --output) --quiet
187+
conda install $(conda build ./conda.recipe --numpy 1.13 --python 3.5 --output) --quiet --use-local
188188

189189
else
190190

0 commit comments

Comments
 (0)