From d940f644698543ba77ef5a5fd9443986e6a16dc9 Mon Sep 17 00:00:00 2001 From: Steven Robertson Date: Mon, 7 Sep 2020 18:21:58 -0700 Subject: [PATCH] travis pip is 9 from what the logs say --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6b8b953c..43663e72 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,7 @@ cache: install: - grep -Erl git-lfs\|couchdb /etc/apt | sudo xargs rm -v +- pip install -U pip==20.2.1 - .ci/${MODE}_install.py script: