Skip to content

Commit

Permalink
Build With Patched Twisted Build
Browse files Browse the repository at this point in the history
Fixes TypeError in simulate call

Ref: https://twistedmatrix.com/trac/ticket/9660
Ref: twisted/twisted#1679
  • Loading branch information
doadin authored and cas-- committed Jan 13, 2022
1 parent 560a52a commit 490fb89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Expand Up @@ -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
Expand Down

0 comments on commit 490fb89

Please sign in to comment.