From 7e7d0668979c3fea42cd16d4a7b2c3af509d92ba Mon Sep 17 00:00:00 2001 From: Fan Jiang Date: Wed, 12 Feb 2020 10:08:12 -0500 Subject: [PATCH] Add missing sudo --- .travis.python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.python.sh b/.travis.python.sh index 8c51199c2..701166649 100644 --- a/.travis.python.sh +++ b/.travis.python.sh @@ -6,7 +6,7 @@ sudo apt-get install wget libicu-dev CURRDIR=$(pwd) -python -m pip install -r ./cython/requirements.txt +sudo python -m pip install -r ./cython/requirements.txt mkdir $CURRDIR/build cd $CURRDIR/build