Changeset 6c9b05
- Timestamp:
- 09/18/2023 01:55:53 PM (18 months ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.github/workflows/cd.yml
r18dca7 r6c9b05 63 63 64 64 - name: Install Python dependencies 65 # Pillow no longer provides 32-bit wheels for Windows 66 # so specify only-binary to install old version. 65 67 run: > 66 68 python -m pip install 69 --only-binary=pillow 67 70 twisted[tls]==22.4.0 68 71 libtorrent==${{ matrix.libtorrent }}
Note:
See TracChangeset
for help on using the changeset viewer.