We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1af9a8 commit 15f6cdbCopy full SHA for 15f6cdb
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 --use-local
+ conda install pandas --use-local
188
189
else
190
0 commit comments