Skip to content

Commit

Permalink
CI install pillow in pypy job (scikit-learn#13081)
Browse files Browse the repository at this point in the history
  • Loading branch information
qinhanmin2014 authored and rth committed Feb 4, 2019
1 parent abd91d4 commit f6c664c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tools/circle/build_test_pypy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ which python
# compatibility is resolved for numpy v1.6.x. For instance,
# when PyPy3 >6.0 is released (see numpy/numpy#12740)
pip install --extra-index https://antocuni.github.io/pypy-wheels/ubuntu "numpy==1.15.*" Cython pytest
pip install "scipy>=1.1.0" sphinx numpydoc docutils joblib
pip install "scipy>=1.1.0" sphinx numpydoc docutils joblib pillow

ccache -M 512M
export CCACHE_COMPRESS=1
Expand Down

0 comments on commit f6c664c

Please sign in to comment.