From 5eb6c0781ab62ecee6504e3885019608443d0c53 Mon Sep 17 00:00:00 2001 From: Nikhil Parasaram Date: Wed, 17 Oct 2018 18:03:46 +0530 Subject: [PATCH] Remove sudo --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1199f2fd..c7718b86 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -54,7 +54,7 @@ jobs: - run: name: Type testing - command: sudo apt-get install mypy;pip3 install -r requirements.txt; mypy . + command: apt-get install mypy;pip3 install -r requirements.txt; mypy . working_directory: /home/mythril - run: