From dc286b91c8a894da7f1947b61fd67c30920ff466 Mon Sep 17 00:00:00 2001 From: rocky Date: Fri, 30 Jun 2023 16:46:03 -0400 Subject: [PATCH] pip woes --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 794a1084..f05ee99b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -42,9 +42,9 @@ jobs: - run: command: | # Use pip to install dependengcies - pip install --user --upgrade setuptools + sudo pip install --user --upgrade setuptools # Until the next release - pip install git+https://github.com/rocky/python-xdis#egg=xdis + sudo pip install git+https://github.com/rocky/python-xdis#egg=xdis pip install --user -e . pip install --user -r requirements-dev.txt