Skip to content

Commit cfa1fc6

Browse files
author
Taniya Mathur
committed
fix: install rich package in GitLab CI for integration test script
1 parent 3625ff8 commit cfa1fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ integration_tests:
125125
- unzip awscliv2.zip
126126
- ./aws/install
127127
# Install boto3 for Python script
128-
- pip install boto3
128+
- pip install boto3 rich
129129

130130
script:
131131
- aws --version

0 commit comments

Comments
 (0)