Skip to content

Commit 2edbe6c

Browse files
ColCarrolltwiecki
authored andcommitted
Add mkl-service to build (#1572)
1 parent 493d281 commit 2edbe6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/create_testenv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ then
2323
source activate testenv
2424
fi
2525

26-
conda install --yes pyqt=4.11.4 jupyter pyzmq numpy scipy nose matplotlib pandas Cython patsy statsmodels joblib coverage
26+
conda install --yes pyqt=4.11.4 jupyter pyzmq numpy scipy nose matplotlib pandas Cython patsy statsmodels joblib coverage mkl-service
2727
if [ ${PYTHON_VERSION} == "2.7" ]; then
2828
conda install --yes mock enum34;
2929
fi

0 commit comments

Comments
 (0)