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 e871624 commit 8a2866eCopy full SHA for 8a2866e
.circleci/config.yml
@@ -17,5 +17,6 @@ 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: sudo make test
+ - run: sudo pip install -r requirements.txt
21
+ - run: make test
22
- run: $HOME/ci-scripts/circleci/report-card $RC_DOCKER_USER $RC_DOCKER_PASS "$RC_DOCKER_EMAIL" $RC_GITHUB_TOKEN
0 commit comments