Skip to content

Commit

Permalink
Adding pytubefix in CI pipeline dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TrifanBogdan24 committed Oct 25, 2024
1 parent 72a71d4 commit 2ab28b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
pip3 --version
- name: Install Pytube
run: pip3 install pytube
run: |
pip3 install pytube
pip3 install pytubefix

- name: Verify Pytube installation
run: pip3 freeze | grep 'pytube'
Expand Down

0 comments on commit 2ab28b5

Please sign in to comment.