Skip to content

Commit 9a073af

Browse files
author
Aranyajit
committed
remove sudo
1 parent 5986f40 commit 9a073af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defaults: &defaults
55
install_dependency: &install_dependency
66
name: Installation of build and deployment dependencies.
77
command: |
8-
sudo pip3 install awscli --upgrade
8+
pip3 install awscli --upgrade
99
install_deploysuite: &install_deploysuite
1010
name: Installation of install_deploysuite.
1111
command: |

0 commit comments

Comments
 (0)