Skip to content

Commit e5dd84b

Browse files
committed
Test build fix
1 parent df6b749 commit e5dd84b

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
@@ -17,6 +17,7 @@ install_build_dependency: &install_build_dependency
1717
command: |
1818
apt update
1919
apt install jq -y
20+
apt install python3-pip -y
2021
curl "https://s3.amazonaws.com/aws-cli/awscli-bundle.zip" -o "awscli-bundle.zip"
2122
unzip awscli-bundle.zip
2223
./awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws

0 commit comments

Comments
 (0)