Skip to content

Commit

Permalink
Added ffmpeg to python action
Browse files Browse the repository at this point in the history
  • Loading branch information
movchan74 committed Nov 13, 2023
1 parent 5e52de5 commit 41e0008
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: Update PATH
run: echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: Install dependencies
run: poetry install
run: |
poetry install
sudo apt-get update
sudo apt-get install ffmpeg
- name: Test with pytest
run: poetry run pytest
run: poetry run pytest

0 comments on commit 41e0008

Please sign in to comment.