Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit e220aa9

Browse files
authored
Update config.yml
1 parent 4cc5142 commit e220aa9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.circleci/config.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
version: 2
22
defaults: &defaults
33
docker:
4-
- image: circleci/python:2.7-stretch-browsers
4+
- image: cimg/python:3.11.0-browsers
55
install_dependency: &install_dependency
66
name: Installation of build and deployment dependencies.
77
command: |
88
sudo apt install jq
9-
sudo pip install awscli --upgrade
10-
sudo pip install docker-compose
9+
sudo apt update
10+
sudo apt install python3-pip
11+
sudo pip3 install awscli --upgrade
12+
sudo pip3 install docker-compose
1113
install_deploysuite: &install_deploysuite
1214
name: Installation of install_deploysuite.
1315
command: |
@@ -80,4 +82,4 @@ workflows:
8082
only:
8183
- master
8284
- hotfix/inc-15
83-
85+

0 commit comments

Comments
 (0)