diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-10-04 23:02:12 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-10-04 23:02:12 +0530 |
commit | 98d4ec1ef287cc5655ce6afd7b17755c57a245cb (patch) | |
tree | 639faca2a5c09f76e63862d214d8c2b55a93e3fd | |
parent | 1305b659ef2bf3c76851b9400c7ac4a8f100fce2 (diff) | |
download | hypervideo-pre-98d4ec1ef287cc5655ce6afd7b17755c57a245cb.tar.lz hypervideo-pre-98d4ec1ef287cc5655ce6afd7b17755c57a245cb.tar.xz hypervideo-pre-98d4ec1ef287cc5655ce6afd7b17755c57a245cb.zip |
[build] Pin `py2exe` version
Workaround for #5135
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 45c5a43cc..2b4e2f46b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 |