Forcibly uninstall ethpm

pull/740/head
Kieran R. Prasch 2019-02-10 09:39:48 -07:00
parent 20e8bd2eb9
commit e6bf2820ea
1 changed files with 3 additions and 1 deletions

View File

@ -247,7 +247,9 @@ commands:
- checkout
- run:
name: Install Python Dependencies with Pipenv
command: pipenv sync --dev
command: |
pipenv sync --dev
pipenv uninstall --skip-lock ethpm
- run:
name: Install Solidity Compiler (Pipenv Entrypoint)
command: pipenv run install-solc