mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-06 00:13:17 +00:00
[build] Sync cached deps with requirements.txt
Authored by: bashonly
This commit is contained in:
parent
6306be5398
commit
043390f4b4
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -204,8 +204,9 @@ jobs:
|
||||||
apt -y install zlib1g-dev python3.8 python3.8-dev python3.8-distutils python3-pip \
|
apt -y install zlib1g-dev python3.8 python3.8-dev python3.8-distutils python3-pip \
|
||||||
python3-secretstorage # Cannot build cryptography wheel in virtual armv7 environment
|
python3-secretstorage # Cannot build cryptography wheel in virtual armv7 environment
|
||||||
python3.8 -m pip install -U pip setuptools wheel
|
python3.8 -m pip install -U pip setuptools wheel
|
||||||
# Cannot access requirements.txt from the repo directory at this stage
|
# XXX: Keep this in sync with requirements.txt, which cannot be accessed at this stage
|
||||||
python3.8 -m pip install -U Pyinstaller mutagen pycryptodomex websockets brotli certifi
|
python3.8 -m pip install -U Pyinstaller mutagen pycryptodomex certifi brotli \
|
||||||
|
'requests>=2.31.0,<3' 'urllib3>=1.26.17,<3' 'websockets>=12.0'
|
||||||
|
|
||||||
run: |
|
run: |
|
||||||
cd repo
|
cd repo
|
||||||
|
|
Loading…
Reference in a new issue