Skip to content

Commit cb9f404

Browse files
committed
fix unit test pipeline
1 parent 047f845 commit cb9f404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install Dependencies
1414
run: |
1515
sudo apt-get install -y python3-pip
16-
pip install youtube-dl
16+
pip install yt-dlp
1717
1818
- name: Install stable toolchain
1919
uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)