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

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d58c726

Browse files
author
Xing
authored
Revert "CI install pillow in pypy job (scikit-learn#13081)"
This reverts commit 0da460a.
1 parent b905339 commit d58c726

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