We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c8239 commit 83c075fCopy full SHA for 83c075f
ci/install_travis.sh
@@ -99,7 +99,7 @@ if [ -e ${INSTALL} ]; then
99
else
100
# create new env
101
# this may already exists, in which case our caching worked
102
- time conda create -n pandas python=$PYTHON_VERSION pytest
+ time conda create -n pandas python=$PYTHON_VERSION pytest nomkl
103
fi
104
105
# build deps
0 commit comments