8000 Revert "CI install pillow in Travis cron job (#13080)" · xhluca/scikit-learn@82b9542 · GitHub
[go: up one dir, main page]

Skip to content

Commit 82b9542

Browse files
author
Xing
committed
Revert "CI install pillow in Travis cron job (scikit-learn#13080)"
This reverts commit 25706c2.
1 parent 7b7ef67 commit 82b9542

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build_tools/travis/install.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ elif [[ "$DISTRIB" == "scipy-dev" ]]; then
101101
echo "Installing joblib master"
102102
pip install https://github.com/joblib/joblib/archive/master.zip
103103
export SKLEARN_SITE_JOBLIB=1
104-
echo "Installing pillow master"
105-
pip install https://github.com/python-pillow/Pillow/archive/master.zip
106104
pip install pytest pytest-cov
107105
fi
108106

0 commit comments

Comments
 (0)
0