Skip to content

Commit 8a2866e

Browse files
committed
install everything
1 parent e871624 commit 8a2866e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ jobs:
1717
command: mkdir -p $CIRCLE_ARTIFACTS $CIRCLE_TEST_REPORTS
1818
name: Set up CircleCI artifacts directories
1919
- run: sudo pip install -r test-requirements.txt
20-
- run: sudo make test
20+
- run: sudo pip install -r requirements.txt
21+
- run: make test
2122
- run: $HOME/ci-scripts/circleci/report-card $RC_DOCKER_USER $RC_DOCKER_PASS "$RC_DOCKER_EMAIL" $RC_GITHUB_TOKEN

0 commit comments

Comments
 (0)