Skip to content

Commit

Permalink
add changes for ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
bkraad47 committed Jul 24, 2024
1 parent fe0fe89 commit 3d600bb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ jobs:

- name: Setup Python
uses: actions/setup-python@v4

- name: Update packages
run: apt install ffmpeg

- name: Install ffmpeg
run: pip install -r requirements.txt

- name: Install Dependencies
run: pip install -r requirements.txt
Expand Down

0 comments on commit 3d600bb

Please sign in to comment.