mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-22 15:32:08 +00:00
fix: add ffmpeg deps to test build
This commit is contained in:
parent
39fac7ecd4
commit
b508b10d5c
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
- name: Install
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install python3.11-dev -y
|
||||
sudo apt install python3.11-dev clang libavcodec-dev libavformat-dev libavutil-dev pkg-config -y
|
||||
make install-cpu
|
||||
- name: Run server tests
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user