[build] Pin `py2exe` version

Workaround for #5135
This commit is contained in:
pukkandan 2022-10-04 23:02:12 +05:30
parent 1305b659ef
commit 98d4ec1ef2
No known key found for this signature in database
GPG Key ID: 7EEE9E1E817D0A39
1 changed files with 1 additions and 1 deletions

View File

@ -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