We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30f0c1d commit 522d0caCopy full SHA for 522d0ca
.circleci/config.yml
@@ -17,7 +17,7 @@ install_build_dependency: &install_build_dependency
17
command: |
18
apt update
19
apt install jq -y
20
- apt install python3-pip -y
+ apt install python -y
21
curl "https://s3.amazonaws.com/aws-cli/awscli-bundle.zip" -o "awscli-bundle.zip"
22
unzip awscli-bundle.zip
23
./awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws
0 commit comments