Skip to content

Commit 31307f4

Browse files
committed
Build fix
1 parent 8c4ba1a commit 31307f4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.circleci/config.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
version: 2
22
defaults: &defaults
33
docker:
4-
- image: cimg/python:3.11.0-browsers
4+
- image: cimg/python:3.12.1-browsers
55
install_dependency: &install_dependency
66
name: Installation of build and deployment dependencies.
77
command: |
8-
sudo apt update
9-
sudo apt install jq
10-
sudo apt install python3-pip
118
sudo pip3 install awscli --upgrade
12-
sudo pip3 install docker-compose
139
install_deploysuite: &install_deploysuite
1410
name: Installation of install_deploysuite.
1511
command: |

0 commit comments

Comments
 (0)