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 09f46bf commit d8412f9Copy full SHA for d8412f9
.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 python-is-python3 -y
+ apt install python3-pip python-is-python3 python3.11-venv -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