From b29829f57118706932b6422e86618743aa571c44 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Wed, 9 Feb 2022 20:34:58 +0000 Subject: [PATCH] [CI] Fix package build error Not all dependencies were installed due to adding a comment in the middle of the pip install command Also need to specify Twisted extras to match requirement.txt --- .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 2dbd07b61..bc018a5a8 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 - twisted==22.2.0rc1 # Windows simulate fix + twisted[tls]==22.2.0rc1 libtorrent==${{ matrix.libtorrent }} pyinstaller pygame