ci(gitea): use pip for awscli installation
Some checks failed
Push Validation / validate (push) Failing after 5m59s

This commit is contained in:
Micheal Wilkinson
2026-03-20 12:53:09 +00:00
parent b3f66e9e2e
commit 4a8ef7e1f6
2 changed files with 2 additions and 5 deletions

View File

@@ -52,9 +52,7 @@ jobs:
set -euo pipefail
if ! command -v aws >/dev/null 2>&1; then
sudo apt-get update
sudo apt-get install -y awscli jq
exit 0
pip install awscli
fi
if ! command -v jq >/dev/null 2>&1; then