mirror of
https://github.com/mikf/gallery-dl.git
synced 2025-01-31 11:41:35 +01:00
[workflow:executables] restrict 'setuptools' to <71
setuptools 71 together with secretstorage dependencies causees an ImportErrorWhenRunningHook exception in PyInstaller for whatever reason
This commit is contained in:
parent
026e0b97db
commit
7d5415c201
2
.github/workflows/executables.yml
vendored
2
.github/workflows/executables.yml
vendored
@ -71,7 +71,7 @@ jobs:
|
||||
|
||||
- name: Build executable
|
||||
run: |
|
||||
pip install 'requests<2.32' requests[socks] yt-dlp pyyaml ${{ matrix.python-packages }} pyinstaller
|
||||
pip install 'setuptools<71' 'requests<2.32' requests[socks] yt-dlp pyyaml ${{ matrix.python-packages }} pyinstaller
|
||||
python ./scripts/pyinstaller.py --label '${{ env.LABEL }}'
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
|
Loading…
x
Reference in New Issue
Block a user