Skip to content

Commit 244e9c2

Browse files
committed
Install boto3 in nightly CI test
1 parent f471226 commit 244e9c2

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
@@ -153,8 +153,9 @@ jobs:
153153
- setup_remote_docker
154154
- checkout
155155
- run:
156-
name: Install Cortex CLI
156+
name: Install Dependencies
157157
command: |
158+
pip install boto3 pyyaml awscli
158159
pip install https://s3-us-west-2.amazonaws.com/get-cortex/master/python/cortex-master.tar.gz
159160
- run:
160161
name: Initialize Credentials

0 commit comments

Comments
 (0)