From 50647ab3a546a0aec1f2b161635429171931df13 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Tue, 8 Feb 2022 19:29:11 +0000 Subject: [PATCH] [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 --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index b001085e24..9c6ce2d9d2 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