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:
tbkizle 2022-01-12 15:21:20 -05:00 committed by Calum Lind
parent 560a52a443
commit 490fb898af
No known key found for this signature in database
GPG Key ID: 90597A687B836BA3

View File

@ -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