Skip to content

Commit 29cc44b

Browse files
authored
Merge pull request #81 from topcoder-platform/build-fix-v1
build fix
2 parents e94b49d + 8720f68 commit 29cc44b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
version: 2
22
defaults: &defaults
33
docker:
4-
- image: cimg/python:3.11.0-browsers
4+
- image: cimg/python:3.11.7-browsers
55
install_dependency: &install_dependency
66
name: Installation of build and deployment dependencies.
77
command: |
88
sudo apt update
9-
sudo apt install jq
10-
sudo apt install python3-pip
9+
sudo apt install jq python3-pip
1110
sudo pip3 install awscli --upgrade
12-
sudo pip3 install docker-compose
1311
1412
install_deploysuite: &install_deploysuite
1513
name: Installation of install_deploysuite.

0 commit comments

Comments
 (0)