Skip to content

Commit

Permalink
ci,build: install python-pip for Ubuntu builds
Browse files Browse the repository at this point in the history
On the Ubuntu dockers this may not be installed.
Install it.

Signed-off-by: Alexandru Ardelean <[email protected]>
  • Loading branch information
commodo committed Mar 13, 2020
1 parent 5a6f85f commit 3076542
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CI/travis/before_install_linux
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ handle_ubuntu_docker() {

handle_default() {
sudo apt-get -qq update
sudo apt-get install -y cmake graphviz libaio-dev libavahi-client-dev libavahi-common-dev libusb-1.0-0-dev libxml2-dev rpm tar bzip2 gzip flex bison git
sudo apt-get install -y cmake graphviz libaio-dev libavahi-client-dev \
libavahi-common-dev libusb-1.0-0-dev libxml2-dev rpm tar \
bzip2 gzip flex bison git python-pip
if [ -n "${GH_DOC_TOKEN}" ] ; then
sudo apt-get install -y doxygen
fi
Expand Down

0 comments on commit 3076542

Please sign in to comment.