Skip to content

Commit b330bda

Browse files
authored
Update config.yml
1 parent cb6a51a commit b330bda

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.circleci/config.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ parameters:
99

1010
defaults: &defaults
1111
docker:
12-
- image: circleci/python:2.7-stretch-browsers
12+
- image: cimg/python:3.11.0-browsers
1313

1414
test_defaults: &test_defaults
1515
docker:
@@ -19,8 +19,10 @@ install_dependency: &install_dependency
1919
name: Installation of build and deployment dependencies.
2020
command: |
2121
sudo apt install jq
22-
sudo pip install awscli --upgrade
23-
sudo pip install docker-compose
22+
sudo apt update
23+
sudo apt install python3-pip
24+
sudo pip3 install awscli --upgrade
25+
sudo pip3 install docker-compose
2426
2527
install_test_dependency: &install_test_dependency
2628
name: Installation of build and deployment dependencies.

0 commit comments

Comments
 (0)