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 67f3b44 commit f4e525cCopy full SHA for f4e525c
.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 install jq
9
- sudo pip install awscli --upgrade
10
- sudo pip install docker-compose
+ sudo apt update
+ 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