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 14ad4c8 commit 5c0bda9Copy full SHA for 5c0bda9
.circleci/config.yml
@@ -1,13 +1,12 @@
1
version: 2.1
2
python_env: &python_env
3
docker:
4
- - image: cimg/python:3.11.0-browsers
+ - image: cimg/python:3.11.7-browsers
5
install_awscli: &install_awscli
6
name: "Install awscli"
7
command: |
8
sudo apt update
9
- sudo apt install jq
10
- sudo apt install python3-pip
+ sudo apt install jq python3-pip
11
sudo pip3 install awscli --upgrade
12
install_deploysuite: &install_deploysuite
13
name: Installation of install_deploysuite.
0 commit comments