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

Commit 736215b

Browse files
authored
Merge pull request #122 from topcoder-platform/fix/circle-ci-build
fix/circle-ci-build
2 parents 8b5843b + 10ac0c7 commit 736215b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
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 apt install python3-pip
910
sudo pip install awscli --upgrade
1011
sudo pip install docker-compose
1112
install_deploysuite: &install_deploysuite

0 commit comments

Comments
 (0)