summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2022-02-09 20:34:58 +0000
committerCalum Lind <calumlind+deluge@gmail.com>2022-02-09 20:39:48 +0000
commitb29829f57118706932b6422e86618743aa571c44 (patch)
tree8769ebf7c4c1027705abab87ebec124b5ca3d3ce
parentd559f67ab976d869cf5a77122fc695f4619ea283 (diff)
downloaddeluge-b29829f57118706932b6422e86618743aa571c44.tar.gz
deluge-b29829f57118706932b6422e86618743aa571c44.tar.bz2
deluge-b29829f57118706932b6422e86618743aa571c44.zip
[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
-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 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