8000 CI install pillow in pypy job (#13081) · xhluca/scikit-learn@0da460a · GitHub
[go: up one dir, main page]

Skip to content

Commit 0da460a

Browse files
qinhanmin2014Xing
authored andcommitted
CI install pillow in pypy job (scikit-learn#13081)
1 parent 0dfad71 commit 0da460a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_tools/circle/build_test_pypy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ which python
2222
# compatibility is resolved for numpy v1.6.x. For instance,
2323
# when PyPy3 >6.0 is released (see numpy/numpy#12740)
2424
pip install --extra-index https://antocuni.github.io/pypy-wheels/ubuntu "numpy==1.15.*" Cython pytest
25-
pip install "scipy>=1.1.0" sphinx numpydoc docutils joblib
25+
pip install "scipy>=1.1.0" sphinx numpydoc docutils joblib pillow
2626

2727
ccache -M 512M
2828
export CCACHE_COMPRESS=1

0 commit comments

Comments
 (0)
0