10000 Use nomkl on CircleCI. · scikit-learn/scikit-learn@49445f2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 49445f2

Browse files
committed
Use nomkl on CircleCI.
For some reason there is a segmentation fault with MKL on CircleCI. [doc build]
1 parent a816af7 commit 49445f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_tools/circle/build_doc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ conda create -n $CONDA_ENV_NAME --yes --quiet python="${PYTHON_VERSION:-*}" \
121121
numpy="${NUMPY_VERSION:-*}" scipy="${SCIPY_VERSION:-*}" cython \
122122
pytest coverage matplotlib="${MATPLOTLIB_VERSION:-*}" sphinx=1.6.2 pillow \
123123
scikit-image="${SCIKIT_IMAGE_VERSION:-*}" pandas="${PANDAS_VERSION:-*}" \
124-
joblib
124+
joblib nomkl
125125

126126
source activate testenv
127127
pip install sphinx-gallery

0 commit comments

Comments
 (0)
0