Skip to content

Commit 09f46bf

Browse files
committed
Test build fix
1 parent 522d0ca commit 09f46bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ install_build_dependency: &install_build_dependency
1717
command: |
1818
apt update
1919
apt install jq -y
20-
apt install python -y
20+
apt install python3-pip python-is-python3 -y
2121
curl "https://s3.amazonaws.com/aws-cli/awscli-bundle.zip" -o "awscli-bundle.zip"
2222
unzip awscli-bundle.zip
2323
./awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws

0 commit comments

Comments
 (0)