]> jfr.im git - yt-dlp.git/blobdiff - .github/workflows/core.yml
[misc] Add `hatch`, `ruff`, `pre-commit` and improve dev docs (#7409)
[yt-dlp.git] / .github / workflows / core.yml
index 70769f967fe7b2b256c98914f056241920f74848..fdfdebc65d3dd9e19399a9e84e7eee2691735796 100644 (file)
@@ -53,7 +53,7 @@ jobs:
       with:
         python-version: ${{ matrix.python-version }}
     - name: Install test requirements
-      run: python3 ./devscripts/install_deps.py --include dev --include curl-cffi
+      run: python3 ./devscripts/install_deps.py --include test --include curl-cffi
     - name: Run tests
       continue-on-error: False
       run: |