mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-19 19:14:55 +00:00
[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
This commit is contained in:
parent
d559f67ab9
commit
b29829f571
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue