Skip to content

Commit

Permalink
ci(test): use official yt-dlp nightly release (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
coletdjnz authored Sep 16, 2024
1 parent 7a94b8d commit 11294f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
python-version: '3.8'

- name: Install test requirements
run: python -m pip install --upgrade pytest hatchling yt-dlp@https://github.com/seproDev/yt-dlp/archive/refs/heads/pass_po_token.zip
run: python -m pip install --upgrade pytest hatchling && python -m pip install --upgrade --pre yt-dlp

- name: Run tests
run: |
Expand Down

0 comments on commit 11294f4

Please sign in to comment.