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