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