We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17e2a9c commit ae688b3Copy full SHA for ae688b3
.continuous-integration/travis/setup_dependencies_common.sh
@@ -18,7 +18,7 @@ then
18
fi
19
20
# CORE DEPENDENCIES
21
-$CONDA_INSTALL pytest Cython jinja2 psutil
+conda install --yes pytest Cython jinja2 psutil
22
23
# NUMPY
24
if [[ $NUMPY_VERSION == dev ]]
0 commit comments