summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortbkizle <tbkizle@gmail.com>2022-01-12 15:21:20 -0500
committerCalum Lind <calumlind+deluge@gmail.com>2022-01-13 22:23:25 +0000
commit490fb898af9cf140c860c3b7323d2c6bd34f996f (patch)
tree879563241fbe89287d0cf14d006c2c42abdf488d
parent560a52a4430099a2c17d8657f01931675235f939 (diff)
downloaddeluge-490fb898af9cf140c860c3b7323d2c6bd34f996f.tar.gz
deluge-490fb898af9cf140c860c3b7323d2c6bd34f996f.tar.bz2
deluge-490fb898af9cf140c860c3b7323d2c6bd34f996f.zip
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
-rw-r--r--.github/workflows/cd.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml
index 1b4a5e34e..7485f225e 100644
--- a/.github/workflows/cd.yml
+++ b/.github/workflows/cd.yml
@@ -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