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 120b66b commit dc286b9Copy full SHA for dc286b9
.circleci/config.yml
@@ -42,9 +42,9 @@ jobs:
42
43
- run:
44
command: | # Use pip to install dependengcies
45
- pip install --user --upgrade setuptools
+ sudo pip install --user --upgrade setuptools
46
# Until the next release
47
- pip install git+https://github.com/rocky/python-xdis#egg=xdis
+ sudo pip install git+https://github.com/rocky/python-xdis#egg=xdis
48
pip install --user -e .
49
pip install --user -r requirements-dev.txt
50
0 commit comments