[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:
Calum Lind 2022-02-09 20:34:58 +00:00
parent d559f67ab9
commit b29829f571
No known key found for this signature in database
GPG Key ID: 90597A687B836BA3

View File

@ -74,7 +74,7 @@ jobs:
python -m pip install --find-links="C:\GTK\release\python" pycairo PyGObject python -m pip install --find-links="C:\GTK\release\python" pycairo PyGObject
python -m pip install python -m pip install
twisted==22.2.0rc1 # Windows simulate fix twisted[tls]==22.2.0rc1
libtorrent==${{ matrix.libtorrent }} libtorrent==${{ matrix.libtorrent }}
pyinstaller pyinstaller
pygame pygame