From 7bf43f02d8837b7b6c4b3053af387b28e21748b0 Mon Sep 17 00:00:00 2001 From: Noel Maersk Date: Wed, 23 May 2018 17:16:59 +0300 Subject: circleci: install python-pip as part of doc build dependency. Required to install the lexer package. --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'circle.yml') diff --git a/circle.yml b/circle.yml index 4ce3082b..05c84307 100644 --- a/circle.yml +++ b/circle.yml @@ -204,7 +204,7 @@ jobs: name: Install build dependencies command: | apt-get -qq update - apt-get -qy install python-sphinx + apt-get -qy install python-sphinx python-pip - run: *setup_prerelease_commit_hash - run: name: Build documentation -- cgit