mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-19 19:14:55 +00:00
Build With Patched Twisted Build
Fixes TypeError in simulate call Ref: https://twistedmatrix.com/trac/ticket/9660 Ref: https://github.com/twisted/twisted/pull/1679
This commit is contained in:
parent
560a52a443
commit
490fb898af
1 changed files with 1 additions and 0 deletions
1
.github/workflows/cd.yml
vendored
1
.github/workflows/cd.yml
vendored
|
@ -53,6 +53,7 @@ jobs:
|
|||
$PyGObjectpath = Get-Childitem –Path "C:\GTK\release\python\" -Include PyGObject*.whl -File -Recurse -ErrorAction SilentlyContinue | select -expand FullName
|
||||
pip install $pycairopath
|
||||
pip install $PyGObjectpath
|
||||
pip install https://github.com/doadin/twisted/releases/download/latest/Twisted-21.7.0.post0-py3-none-any.whl
|
||||
python -m pip install libtorrent==${{ matrix.libtorrent }}
|
||||
pip install -r requirements.txt
|
||||
pip install pyinstaller
|
||||
|
|
Loading…
Add table
Reference in a new issue