mirror of https://github.com/nucypher/nucypher.git
Making build_dependencies use verbose output for pipenv.
parent
eddcf0f5f0
commit
9044ad8474
|
@ -45,7 +45,8 @@ jobs:
|
|||
- run:
|
||||
name: Install Python Dependencies with Pipenv
|
||||
command: |
|
||||
pipenv install --three --dev --pre --skip-lock
|
||||
pipenv install --three --dev --pre --skip-lock --verbose
|
||||
pipenv graph
|
||||
- run:
|
||||
name: Install Solidity Compiler
|
||||
command: pipenv run install_solc
|
||||
|
|
Loading…
Reference in New Issue