From b874e6c7f0a149ab7fc50066f458a4b283b8d6bd Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Fri, 29 Jun 2018 02:21:02 -0700 Subject: [PATCH] [CI] Don't use sudo to run tests We're already running as root in the miniconda image --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e9a982f..5a7162d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -29,4 +29,4 @@ jobs: - run: name: run tests command: | - sudo venv/bin/py.test tests/ + py.test tests/