Skip to content

Commit

Permalink
server: tests: ci adding python3-pip as it is not present by default …
Browse files Browse the repository at this point in the history
…in ubuntu base
  • Loading branch information
phymbert committed Feb 23, 2024
1 parent 2bb4732 commit d0e0050
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/server-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d0e0050

Please sign in to comment.