Skip to content

Commit 5ce652a

Browse files
authored
Update config.yml
1 parent a54a29a commit 5ce652a

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 pip install awscli --upgrade
10-
sudo pip install docker-compose
9+
sudo pip3 install awscli --upgrade
10+
sudo pip3 install docker-compose
1111
install_deploysuite: &install_deploysuite
1212
name: Installation of install_deploysuite.
1313
command: |

0 commit comments

Comments
 (0)