From 6ad94363945697e4e97f8f4be713c5287cdc2cd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 1 Mar 2017 18:19:34 +0100 Subject: [PATCH] Simplify installation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The upgrade does not seem to work anyway. Signed-off-by: Michal Čihař --- test/ci-install-docs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/ci-install-docs b/test/ci-install-docs index 02f74a0b54..c5d4fa6ea2 100755 --- a/test/ci-install-docs +++ b/test/ci-install-docs @@ -2,5 +2,4 @@ # We use 1.5 to be able to deal with gzip only sites in linkcheck (such as tcpdf.org) -pip install --user --upgrade pip wheel -~/.local/bin/pip install --user 'Sphinx' 'requests[security]' +pip install --user 'Sphinx' 'requests[security]'