summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2022-02-08 19:29:11 +0000
committerCalum Lind <calumlind+deluge@gmail.com>2022-02-09 19:53:17 +0000
commit50647ab3a546a0aec1f2b161635429171931df13 (patch)
tree15dcf41d1b44130b415bb35faa071b2be3e23f2b
parent90744dc2e698050e7d34c3d4d064f517e99ba2a7 (diff)
downloaddeluge-50647ab3a546a0aec1f2b161635429171931df13.tar.gz
deluge-50647ab3a546a0aec1f2b161635429171931df13.tar.bz2
deluge-50647ab3a546a0aec1f2b161635429171931df13.zip
[CI] Replace custom twisted package with pre-release
Fix for Windows simulate error has been merged and in 22.2.0rc Ref: https://github.com/twisted/twisted/pull/1679
-rw-r--r--.github/workflows/cd.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml
index b001085e2..9c6ce2d9d 100644
--- a/.github/workflows/cd.yml
+++ b/.github/workflows/cd.yml
@@ -74,7 +74,7 @@ jobs:
python -m pip install --find-links="C:\GTK\release\python" pycairo PyGObject
python -m pip install
- https://github.com/doadin/twisted/releases/download/latest/Twisted-21.7.0.post0-py3-none-any.whl
+ twisted==22.2.0rc1 # Windows simulate fix
libtorrent==${{ matrix.libtorrent }}
pyinstaller
pygame