Skip to content

Commit d0283cc

Browse files
committed
Add cython to Circle CI
1 parent 6f2ad3e commit d0283cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
conda update --yes --quiet conda
1515
conda create -n testenv --yes --quiet python=3
1616
source activate testenv
17-
conda install --yes pip numpy scipy scikit-learn matplotlib sphinx sphinx_rtd_theme numpydoc pillow
17+
conda install --yes pip numpy scipy scikit-learn matplotlib sphinx sphinx_rtd_theme numpydoc pillow cython nomkl
1818
pip install sphinx-gallery
1919
pip install .
2020
cd doc

0 commit comments

Comments
 (0)