fix: ensure pip is installed after installing deps in test workflow

This commit is contained in:
drbh 2024-11-26 17:16:50 -05:00
parent daf83a95c5
commit d5cc6707e0

View File

@ -45,6 +45,7 @@ jobs:
sudo apt update
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
python -m pip install --upgrade pip
make install-cpu
- name: Run server tests
run: |