mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-08 14:24:46 +03:00
Don't 'make clean' in CI, it's already clean
This commit is contained in:
parent
53668d0572
commit
be7e1a4a2a
|
@ -6,5 +6,4 @@ python3 -m coverage erase
|
||||||
if [ $(uname) == "Darwin" ]; then
|
if [ $(uname) == "Darwin" ]; then
|
||||||
export CPPFLAGS="-I/usr/local/miniconda/include";
|
export CPPFLAGS="-I/usr/local/miniconda/include";
|
||||||
fi
|
fi
|
||||||
make clean
|
|
||||||
make install-coverage
|
make install-coverage
|
||||||
|
|
Loading…
Reference in New Issue
Block a user