Changeset 6c9b05


Ignore:
Timestamp:
09/18/2023 01:55:53 PM (18 months ago)
Author:
Calum Lind <calumlind+deluge@gmail.com>
Branches:
develop
Children:
e24081
Parents:
18dca7
git-author:
Calum Lind <calumlind+deluge@gmail.com> (09/18/2023 12:25:03 PM)
git-committer:
Calum Lind <calumlind+deluge@gmail.com> (09/18/2023 01:55:53 PM)
Message:

[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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .github/workflows/cd.yml

    r18dca7 r6c9b05  
    6363
    6464      - name: Install Python dependencies
     65        # Pillow no longer provides 32-bit wheels for Windows
     66        # so specify only-binary to install old version.
    6567        run: >
    6668          python -m pip install
     69          --only-binary=pillow
    6770          twisted[tls]==22.4.0
    6871          libtorrent==${{ matrix.libtorrent }}
Note: See TracChangeset for help on using the changeset viewer.