Skip to content

Commit 07aed48

Browse files
committed
BNCASB-2204: Adding sudo for perms error
1 parent 901c2f4 commit 07aed48

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
@@ -14,7 +14,7 @@ jobs:
1414
- checkout
1515
- run:
1616
name: Install dependencies
17-
command: pip install -r development.txt
17+
command: sudo pip install -r development.txt
1818
- run:
1919
name: Run tests
2020
command: python -m django test --settings=eb_sqs.test_settings
@@ -26,7 +26,7 @@ jobs:
2626
- checkout
2727
- run:
2828
name: Install dependencies
29-
command: pip install -r development.txt
29+
command: sudo pip install -r development.txt
3030
- run:
3131
name: Run tests
3232
command: python -m django test --settings=eb_sqs.test_settings

0 commit comments

Comments
 (0)