From 3449be024b2385fc85648a4c56afb38d5faae58b Mon Sep 17 00:00:00 2001 From: rocky Date: Wed, 10 Jun 2020 22:18:28 -0400 Subject: [PATCH] CI take 3. --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 49c6f427..5b035524 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -37,8 +37,8 @@ jobs: - v2-dependencies- - run: - command: | # Use pip int install dependengcies - pip install git+git://github.com/rocky/python-xdis.git#egg=xdis + command: | # Use pip to install dependengcies + sudo pip install git+git://github.com/rocky/python-xdis.git#egg=xdis pip install --user --upgrade setuptools pip install --user -e . pip install --user -r requirements-dev.txt