We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07d8c2d commit c1af9a8Copy full SHA for c1af9a8
ci/install_travis.sh
@@ -184,7 +184,7 @@ elif [ "$CONDA_BUILD_TEST" ]; then
184
conda build ./conda.recipe --numpy 1.13 --python 3.5 -q --no-test
185
186
echo "[installing]"
187
- conda install $(conda build ./conda.recipe --numpy 1.13 --python 3.5 --output) --quiet
+ conda install $(conda build ./conda.recipe --numpy 1.13 --python 3.5 --output) --quiet --use-local
188
189
else
190
0 commit comments