Skip to content

Commit dc286b9

Browse files
committed
pip woes
1 parent 120b66b commit dc286b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242

4343
- run:
4444
command: | # Use pip to install dependengcies
45-
pip install --user --upgrade setuptools
45+
sudo pip install --user --upgrade setuptools
4646
# Until the next release
47-
pip install git+https://github.com/rocky/python-xdis#egg=xdis
47+
sudo pip install git+https://github.com/rocky/python-xdis#egg=xdis
4848
pip install --user -e .
4949
pip install --user -r requirements-dev.txt
5050

0 commit comments

Comments
 (0)