diff options
author | Noel Maersk <veox@users.noreply.github.com> | 2018-05-23 22:16:59 +0800 |
---|---|---|
committer | Noel Maersk <veox@users.noreply.github.com> | 2018-05-23 22:16:59 +0800 |
commit | 7bf43f02d8837b7b6c4b3053af387b28e21748b0 (patch) | |
tree | 6bd680679c088c7ff2ba53f53faab3f7b198adf7 | |
parent | 9f9bae7ce1bdeaeab833dc2ef25c8b2e8de91115 (diff) | |
download | dexon-solidity-7bf43f02d8837b7b6c4b3053af387b28e21748b0.tar.gz dexon-solidity-7bf43f02d8837b7b6c4b3053af387b28e21748b0.tar.zst dexon-solidity-7bf43f02d8837b7b6c4b3053af387b28e21748b0.zip |
circleci: install python-pip as part of doc build dependency.
Required to install the lexer package.
-rw-r--r-- | circle.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |