From e6bf2820eadafc7c98169c4a81d0242653193e42 Mon Sep 17 00:00:00 2001 From: "Kieran R. Prasch" Date: Sun, 10 Feb 2019 09:39:48 -0700 Subject: [PATCH] Forcibly uninstall ethpm --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3b9e23b3c..2af3ff8d0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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