[CI/CD] Fix Pillow packaging build errors

Pillow have dropped 32-bit wheels from v10 onwards so force install of
older v9 wheels since we don't want to build from src.

Refs: https://github.com/python-pillow/Pillow/issues/6941#issuecomment-1604058002
This commit is contained in:
Calum Lind 2023-09-18 13:25:03 +01:00
parent 18dca70084
commit 6c9b058d81
No known key found for this signature in database
GPG Key ID: 90597A687B836BA3
1 changed files with 3 additions and 0 deletions

View File

@ -62,8 +62,11 @@ jobs:
python -m pip install --no-index --find-links="C:\GTK\release\python" pycairo PyGObject
- name: Install Python dependencies
# Pillow no longer provides 32-bit wheels for Windows
# so specify only-binary to install old version.
run: >
python -m pip install
--only-binary=pillow
twisted[tls]==22.4.0
libtorrent==${{ matrix.libtorrent }}
pyinstaller==4.10