mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-23 16:02:10 +00:00
fix: add libavfilter dep to test
This commit is contained in:
parent
d5cc6707e0
commit
4a76e8b8b4
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 python3.11-venv python3-pip clang libavcodec-dev libavformat-dev libavutil-dev pkg-config -y
|
||||
sudo apt install python3.11-dev python3.11-venv python3-pip clang libavcodec-dev libavfilter-dev libavformat-dev libavutil-dev pkg-config -y
|
||||
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/lib/x86_64-linux-gnu/pkgconfig
|
||||
python -m pip install --upgrade pip
|
||||
make install-cpu
|
||||
|
Loading…
Reference in New Issue
Block a user