mirror of https://github.com/nucypher/nucypher.git
Forcibly uninstall ethpm
parent
20e8bd2eb9
commit
e6bf2820ea
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue