Skip to content

Commit d9c96dd

Browse files
committed
add requirements
1 parent 1c10e1e commit d9c96dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ test-template: &test-template
1616
name: install requirements
1717
command: |
1818
sudo pip install --upgrade pip virtualenv;
19+
sudo pip install -r requirements.txt;
1920
sudo pip install -r test-requirements.txt;
2021
if [[ "$CIRCLE_JOB" != "test-3.3" ]]; then
2122
sudo pip install -r test-filesource-optional-requirements.txt;

0 commit comments

Comments
 (0)