From b73fa096a8970db917959afa41c8279221896f9e Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Mon, 28 Sep 2020 19:34:59 +0100 Subject: [PATCH] [travis] need latest pip to install skia-pathops for manylinux2014 tag --- .travis/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/install.sh b/.travis/install.sh index f2a0717f3..a62b23658 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -27,4 +27,4 @@ if [ "$TRAVIS_OS_NAME" == "osx" ]; then source .venv/bin/activate fi -python -m pip install $ci_requirements +python -m pip install --upgrade $ci_requirements