Skip to content

Commit fe362fb

Browse files
authored
Merge pull request #207 from bgilbert/pillow
workflows: use latest available Pillow wheel on Windows
2 parents fb983af + 5b09d88 commit fe362fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ jobs:
8383
run: |
8484
python -m pip install --upgrade pip
8585
pip install flask pytest wheel
86+
# Current Pillow releases don't have 32-bit wheels
87+
# https://github.com/python-pillow/Pillow/issues/7251
88+
pip install Pillow --only-binary=:all:
8689
- name: Install OpenSlide
8790
run: |
8891
case "${{ matrix.python-arch }}" in

0 commit comments

Comments
 (0)