We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb983af + 5b09d88 commit fe362fbCopy full SHA for fe362fb
1 file changed
.github/workflows/python.yml
@@ -83,6 +83,9 @@ jobs:
83
run: |
84
python -m pip install --upgrade pip
85
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:
89
- name: Install OpenSlide
90
91
case "${{ matrix.python-arch }}" in
0 commit comments