Skip to content

Commit ae688b3

Browse files
committed
More fixes to Travis set-up script
1 parent 17e2a9c commit ae688b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.continuous-integration/travis/setup_dependencies_common.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ then
1818
fi
1919

2020
# CORE DEPENDENCIES
21-
$CONDA_INSTALL pytest Cython jinja2 psutil
21+
conda install --yes pytest Cython jinja2 psutil
2222

2323
# NUMPY
2424
if [[ $NUMPY_VERSION == dev ]]

0 commit comments

Comments
 (0)