fix: adjust dependencies and bump pip along with python

This commit is contained in:
drbh 2024-11-26 16:56:04 -05:00
parent ac7483cffb
commit 137f3bb2ef

View File

@ -43,11 +43,7 @@ jobs:
- name: Install
run: |
sudo apt update
sudo apt install python3.11-dev clang libavcodec-dev libavformat-dev libavutil-dev pkg-config -y
export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig:$PKG_CONFIG_PATH
export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH
echo "PKG_CONFIG_PATH: $PKG_CONFIG_PATH"
echo "LD_LIBRARY_PATH: $LD_LIBRARY_PATH"
sudo apt install python3.11-dev python3.11-venv python3-pip clang libavcodec-dev libavformat-dev libavutil-dev pkg-config -y
make install-cpu
- name: Run server tests
run: |