Skip to content

Commit 3449be0

Browse files
committed
CI take 3.
1 parent 8b50b15 commit 3449be0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
- v2-dependencies-
3838

3939
- run:
40-
command: | # Use pip int install dependengcies
41-
pip install git+git://github.com/rocky/python-xdis.git#egg=xdis
40+
command: | # Use pip to install dependengcies
41+
sudo pip install git+git://github.com/rocky/python-xdis.git#egg=xdis
4242
pip install --user --upgrade setuptools
4343
pip install --user -e .
4444
pip install --user -r requirements-dev.txt

0 commit comments

Comments
 (0)