From 2c5153f036816a69266662736a0777c71c159da6 Mon Sep 17 00:00:00 2001 From: Fan Jiang Date: Fri, 14 Feb 2020 11:31:53 -0500 Subject: [PATCH] Fix Linux build --- .travis.python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.python.sh b/.travis.python.sh index 5f551976d..d126e26ff 100644 --- a/.travis.python.sh +++ b/.travis.python.sh @@ -12,7 +12,7 @@ if [[ $(uname) == "Darwin" ]]; then brew install wget else # Install a system package required by our library - sudo apt-get install wget libicu-dev + sudo apt-get install wget libicu-dev python3-pip fi CURRDIR=$(pwd)