Skip to content

Commit c9a06c2

Browse files
committed
update ci
1 parent c9b39e8 commit c9a06c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
version: 2
22
defaults: &defaults
33
docker:
4-
- image: circleci/python:2.7.18-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: |
8+
sudo apt update
89
sudo apt install jq
10+
sudo apt install python3-pip
911
sudo pip install awscli --upgrade
1012
sudo pip install docker-compose
1113
install_deploysuite: &install_deploysuite

0 commit comments

Comments
 (0)