install ffmpeg for tests (#9)

This commit is contained in:
Dmitry Afanasyev
2023-09-26 05:49:41 +03:00
committed by GitHub
parent 00dc8d37b8
commit 38932d0ba9

View File

@@ -59,7 +59,7 @@ jobs:
run: |
poetry config virtualenvs.in-project true
poetry install
poetry run pip install -U pip, ffmpeg
poetry run pip install -U pip ffmpeg
#----------------------------------------------
# run test suite
#----------------------------------------------