3
0
Fork 0

Use sudo to install pip dependencies in travis

better_search_tool
Matthieu Gautier 8 years ago
parent a210cb3a4b
commit fa3f33d3c7

@ -29,7 +29,7 @@ esac
sudo apt-get update -qq
sudo apt-get install -qq python3-pip ${PACKAGES}
pip3 install meson
sudo pip3 install meson
# Ninja
cd $HOME

Loading…
Cancel
Save