Skip to content

Commit

Permalink
test: install ffmpeg for pytests (langgenius#3499)
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 authored and dengpeng committed Jun 16, 2024
1 parent e4166a7 commit 564434e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/api-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 564434e

Please sign in to comment.