[build] Pin `py2exe` version

Workaround for #5135
pull/4687/merge
pukkandan 2 years ago
parent 1305b659ef
commit 98d4ec1ef2
No known key found for this signature in database
GPG Key ID: 7EEE9E1E817D0A39

@ -193,7 +193,7 @@ jobs:
python-version: '3.8'
- name: Install Requirements
run: | # Custom pyinstaller built with https://github.com/yt-dlp/pyinstaller-builds
python -m pip install --upgrade pip setuptools wheel py2exe
python -m pip install --upgrade pip setuptools wheel "py2exe<0.12"
pip install "https://yt-dlp.github.io/Pyinstaller-Builds/x86_64/pyinstaller-5.3-py3-none-any.whl" -r requirements.txt
- name: Prepare

Loading…
Cancel
Save