Skip to content

Commit 7e887e4

Browse files
authored
ci: Fix dynamo cleanup workflow failure because of tqdm (#3104)
* ci: Fix dynamo cleanup workflow failure because of tqdm Signed-off-by: Danny Chiao <[email protected]> * comments Signed-off-by: Danny Chiao <[email protected]> Signed-off-by: Danny Chiao <[email protected]>
1 parent 29f2895 commit 7e887e4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/nightly-ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,10 @@ jobs:
4444
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
4545
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
4646
aws-region: us-west-2
47-
- name: Install boto3
48-
run: pip install boto3
47+
- name: Install Python dependencies
48+
run: |
49+
pip install boto3
50+
pip install tqdm
4951
- name: Run DynamoDB cleanup script
5052
run: python infra/scripts/cleanup_dynamo_ci.py
5153
build-docker-image:

0 commit comments

Comments
 (0)