]> jfr.im git - yt-dlp.git/blobdiff - .github/workflows/quick-test.yml
[build] Use pycryptodomex for PyInstaller (#1179)
[yt-dlp.git] / .github / workflows / quick-test.yml
index 7d409dfc454c40e47cfe7dc819e54c681edd9950..bbad209b39d44caff02575cecbc8cbfdc1951bbd 100644 (file)
@@ -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:
@@ -27,5 +27,7 @@ jobs:
         python-version: 3.9
     - name: Install flake8
       run: pip install flake8
+    - name: Make lazy extractors
+      run: python devscripts/make_lazy_extractors.py yt_dlp/extractor/lazy_extractors.py
     - name: Run flake8
       run: flake8 .