Skip to content

Commit

Permalink
Merge pull request #207 from bgilbert/pillow
Browse files Browse the repository at this point in the history
workflows: use latest available Pillow wheel on Windows
  • Loading branch information
bgilbert authored Jul 11, 2023
2 parents fb983af + 5b09d88 commit fe362fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install flask pytest wheel
# Current Pillow releases don't have 32-bit wheels
# https://github.com/python-pillow/Pillow/issues/7251
pip install Pillow --only-binary=:all:
- name: Install OpenSlide
run: |
case "${{ matrix.python-arch }}" in
Expand Down

0 comments on commit fe362fb

Please sign in to comment.