mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-07-22 15:50:17 +00:00
fix: adjust pkg config in test
This commit is contained in:
parent
137f3bb2ef
commit
daf83a95c5
1
.github/workflows/tests.yaml
vendored
1
.github/workflows/tests.yaml
vendored
@ -44,6 +44,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo apt update
|
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 libavformat-dev libavutil-dev pkg-config -y
|
||||||
|
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/lib/x86_64-linux-gnu/pkgconfig
|
||||||
make install-cpu
|
make install-cpu
|
||||||
- name: Run server tests
|
- name: Run server tests
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user