[travis] need latest pip to install skia-pathops for manylinux2014 tag

This commit is contained in:
Cosimo Lupo 2020-09-28 19:34:59 +01:00
parent 85947cabb3
commit b73fa096a8
No known key found for this signature in database
GPG Key ID: 179A8F0895A02F4F

View File

@ -27,4 +27,4 @@ if [ "$TRAVIS_OS_NAME" == "osx" ]; then
source .venv/bin/activate source .venv/bin/activate
fi fi
python -m pip install $ci_requirements python -m pip install --upgrade $ci_requirements