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 901c2f4 commit 07aed48Copy full SHA for 07aed48
.circleci/config.yml
@@ -14,7 +14,7 @@ jobs:
14
- checkout
15
- run:
16
name: Install dependencies
17
- command: pip install -r development.txt
+ command: sudo pip install -r development.txt
18
19
name: Run tests
20
command: python -m django test --settings=eb_sqs.test_settings
@@ -26,7 +26,7 @@ jobs:
26
27
28
29
30
31
32
0 commit comments