We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b50b15 commit 3449be0Copy full SHA for 3449be0
1 file changed
.circleci/config.yml
@@ -37,8 +37,8 @@ jobs:
37
- v2-dependencies-
38
39
- run:
40
- command: | # Use pip int install dependengcies
41
- 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
42
pip install --user --upgrade setuptools
43
pip install --user -e .
44
pip install --user -r requirements-dev.txt
0 commit comments