Skip to content

Commit 7bb15be

Browse files
committed
Updated config.yml
1 parent 5ce652a commit 7bb15be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ install_dependency: &install_dependency
66
name: Installation of build and deployment dependencies.
77
command: |
88
sudo apt install jq
9-
sudo pip3 install awscli --upgrade
10-
sudo pip3 install docker-compose
9+
sudo apt install awscli -y
10+
sudo apt install docker-compose
1111
install_deploysuite: &install_deploysuite
1212
name: Installation of install_deploysuite.
1313
command: |

0 commit comments

Comments
 (0)