We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 713faa1 commit 0a1abdfCopy full SHA for 0a1abdf
.circleci/config.yml
@@ -1,13 +1,15 @@
1
version: 2
2
defaults: &defaults
3
docker:
4
- - image: circleci/python:2.7-stretch-browsers
+ - image: cimg/python:3.11.0-browsers
5
install_dependency: &install_dependency
6
name: Installation of build and deployment dependencies.
7
command: |
8
+ sudo apt update
9
sudo apt install jq
- sudo pip install awscli --upgrade
10
- sudo pip install docker-compose
+ sudo apt install python3-pip
11
+ sudo pip3 install awscli --upgrade
12
+ sudo pip3 install docker-compose
13
install_deploysuite: &install_deploysuite
14
name: Installation of install_deploysuite.
15
0 commit comments