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