test: install ffmpeg for pytests (#3499)

This commit is contained in:
Bowen Liang 2024-04-16 11:52:27 +08:00 committed by GitHub
parent 81cdb0fe78
commit c52b59dcea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,6 +32,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Install APT packages
uses: awalsh128/cache-apt-pkgs-action@v1
with:
packages: ffmpeg
- name: Set up Python
uses: actions/setup-python@v5
with: