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

Skip to content

Commit 6dcb37b

Browse files
author
Xing
committed
Revert "CI install pillow in pypy job (scikit-learn#13081)"
This reverts commit 0da460a.
1 parent 4605a97 commit 6dcb37b

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 pillow
25+
pip install "scipy>=1.1.0" sphinx numpydoc docutils joblib
2626

2727
ccache -M 512M
2828
export CCACHE_COMPRESS=1

0 commit comments

Comments
 (0)
0