mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-10 19:46:22 +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
.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
|
$PyGObjectpath = Get-Childitem –Path "C:\GTK\release\python\" -Include PyGObject*.whl -File -Recurse -ErrorAction SilentlyContinue | select -expand FullName
|
||||||
pip install $pycairopath
|
pip install $pycairopath
|
||||||
pip install $PyGObjectpath
|
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 }}
|
python -m pip install libtorrent==${{ matrix.libtorrent }}
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pip install pyinstaller
|
pip install pyinstaller
|
||||||
|
Loading…
x
Reference in New Issue
Block a user