Skip to content

Commit f6a2c9f

Browse files
committed
TOX: Pillow is hard to build on CI
1 parent 194cdb4 commit f6a2c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ description = Pytest with coverage
4545
labels = test
4646
install_command =
4747
python -I -m pip install \
48-
--only-binary numpy,scipy,h5py
48+
--only-binary numpy,scipy,h5py,pillow \
4949
--extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
5050
{opts} {packages}
5151
pip_pre =

0 commit comments

Comments
 (0)