ci(gitea): use pipx for awscli installation
Some checks failed
Push Validation / validate (push) Failing after 6m34s

This commit is contained in:
Micheal Wilkinson
2026-03-20 13:04:30 +00:00
parent 4a8ef7e1f6
commit 484db0781b
2 changed files with 2 additions and 2 deletions

View File

@@ -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