mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-01-07 05:55:45 +01:00
[build] Use pycryptodomex for PyInstaller (#1179)
This commit is contained in:
parent
762e509d91
commit
f85e6be42e
4 changed files with 7 additions and 7 deletions
2
.github/workflows/quick-test.yml
vendored
2
.github/workflows/quick-test.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
with:
|
||||
python-version: 3.9
|
||||
- name: Install test requirements
|
||||
run: pip install pytest pycryptodome
|
||||
run: pip install pytest pycryptodomex
|
||||
- name: Run tests
|
||||
run: ./devscripts/run_tests.sh core
|
||||
flake8:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue