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 7106af5 commit 42e9569Copy full SHA for 42e9569
.circleci/config.yml
@@ -16,7 +16,7 @@ jobs:
16
- run:
17
command: mkdir -p $CIRCLE_ARTIFACTS $CIRCLE_TEST_REPORTS
18
name: Set up CircleCI artifacts directories
19
- - run: pip install -r test-requirements.txt
+ - run: sudo pip install -r test-requirements.txt
20
- run: make test
21
- run: $HOME/ci-scripts/circleci/report-card $RC_DOCKER_USER $RC_DOCKER_PASS "$RC_DOCKER_EMAIL" $RC_GITHUB_TOKEN
22
0 commit comments