Skip to content

Commit

Permalink
Fix awscli installation for integration test (#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-s-rao authored Dec 15, 2023
1 parent 648f493 commit 635dd4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/integration_test
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function setup_etcdbrctl(){

function setup_awscli() {
echo "Installing awscli..."
pip3 install awscli
pip3 install --break-system-packages awscli
echo "Successfully installed awscli."
}

Expand Down

0 comments on commit 635dd4d

Please sign in to comment.