File tree 1 file changed +2
-2
lines changed
.continuous-integration/travis
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ conda install --yes pytest Cython jinja2 psutil
24
24
if [[ $NUMPY_VERSION == dev ]]
25
25
then
26
26
pip install git+http://github.com/numpy/numpy.git
27
- exit # exit to make sure we don't end up accidentally install numpy with conda
27
+ export CONDA_INSTALL= " conda install --yes python= $PYTHON_VERSION "
28
28
else
29
29
conda install --yes numpy=$NUMPY_VERSION
30
+ export CONDA_INSTALL=" conda install --yes python=$PYTHON_VERSION numpy=$NUMPY_VERSION "
30
31
fi
31
32
32
33
# Now set up shortcut to conda install command to make sure the Python and Numpy
33
34
# versions are always explicitly specified.
34
- export CONDA_INSTALL=" conda install --yes python=$PYTHON_VERSION numpy=$NUMPY_VERSION "
35
35
36
36
# OPTIONAL DEPENDENCIES
37
37
if $OPTIONAL_DEPS
You can’t perform that action at this time.
0 commit comments