server: tests: ci adding python3-pip as it is not present by default in ubuntu base

This commit is contained in:
Pierrick HYMBERT 2024-02-23 02:16:56 +01:00
parent 2bb4732c01
commit d0e0050843

View file

@ -29,7 +29,10 @@ jobs:
id: depends
run: |
apt-get update
apt-get -y install build-essential cmake
apt-get -y install \
build-essential \
cmake \
python3-pip
- name: Build
id: cmake_build