Skip to content

Commit 83c075f

Browse files
committed
CI: install nomkl to speed building
1 parent a9c8239 commit 83c075f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install_travis.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ if [ -e ${INSTALL} ]; then
9999
else
100100
# create new env
101101
# this may already exists, in which case our caching worked
102-
time conda create -n pandas python=$PYTHON_VERSION pytest
102+
time conda create -n pandas python=$PYTHON_VERSION pytest nomkl
103103
fi
104104

105105
# build deps

0 commit comments

Comments
 (0)