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 8b5843b commit 10ac0c7Copy full SHA for 10ac0c7
.circleci/config.yml
@@ -1,11 +1,12 @@
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 apt install python3-pip
10
sudo pip install awscli --upgrade
11
sudo pip install docker-compose
12
install_deploysuite: &install_deploysuite
0 commit comments