Skip to content

Commit 42e9569

Browse files
committed
sudo pip install
1 parent 7106af5 commit 42e9569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- run:
1717
command: mkdir -p $CIRCLE_ARTIFACTS $CIRCLE_TEST_REPORTS
1818
name: Set up CircleCI artifacts directories
19-
- run: pip install -r test-requirements.txt
19+
- run: sudo pip install -r test-requirements.txt
2020
- run: make test
2121
- run: $HOME/ci-scripts/circleci/report-card $RC_DOCKER_USER $RC_DOCKER_PASS "$RC_DOCKER_EMAIL" $RC_GITHUB_TOKEN
2222
- run:

0 commit comments

Comments
 (0)