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