Skip to content

Commit e80a569

Browse files
authored
Update config.yml
Build fix
1 parent 8713183 commit e80a569

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2
22
defaults: &defaults
33
docker:
4-
- image: cimg/python:3.11.0-browsers
4+
- image: cimg/python:3.11.7-browsers
55

66
install_dependency: &install_dependency
77
name: Installation of build and deployment dependencies.
@@ -10,7 +10,6 @@ install_dependency: &install_dependency
1010
sudo apt install jq
1111
sudo apt install python3-pip
1212
sudo pip3 install awscli --upgrade
13-
sudo pip3 install docker-compose
1413
1514
install_deploysuite: &install_deploysuite
1615
name: Installation of install_deploysuite.

0 commit comments

Comments
 (0)