]> jfr.im git - yt-dlp.git/blobdiff - .github/workflows/core.yml
[ci] Run core tests with dependencies
[yt-dlp.git] / .github / workflows / core.yml
index 7fcf11dfa2a23f86c31988b50aeb1909dd13cd77..7acaee1e83eeb334f712648f7c601b0a30341da8 100644 (file)
@@ -33,7 +33,7 @@ jobs:
       with:
         python-version: ${{ matrix.python-version }}
     - name: Install pytest
-      run: pip install pytest
+      run: pip install pytest -r requirements.txt
     - name: Run tests
       continue-on-error: False
       run: |