mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
circleci: install python-pip as part of doc build dependency.
Required to install the lexer package.
This commit is contained in:
parent
9f9bae7ce1
commit
7bf43f02d8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user