ci(gitea): use pipx for awscli installation
Some checks failed
Push Validation / validate (push) Failing after 6m34s
Some checks failed
Push Validation / validate (push) Failing after 6m34s
This commit is contained in:
@@ -52,7 +52,7 @@ jobs:
|
||||
set -euo pipefail
|
||||
|
||||
if ! command -v aws >/dev/null 2>&1; then
|
||||
pip install awscli
|
||||
pipx install awscli
|
||||
fi
|
||||
|
||||
if ! command -v jq >/dev/null 2>&1; then
|
||||
|
||||
Reference in New Issue
Block a user