mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-26 12:32:10 +00:00
fix: ensure pip is installed after installing deps in test workflow
This commit is contained in:
parent
daf83a95c5
commit
d5cc6707e0
1
.github/workflows/tests.yaml
vendored
1
.github/workflows/tests.yaml
vendored
@ -45,6 +45,7 @@ jobs:
|
|||||||
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
|
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/lib/x86_64-linux-gnu/pkgconfig
|
||||||
|
python -m pip install --upgrade pip
|
||||||
make install-cpu
|
make install-cpu
|
||||||
- name: Run server tests
|
- name: Run server tests
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user