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 set -euo pipefail
if ! command -v aws >/dev/null 2>&1; then if ! command -v aws >/dev/null 2>&1; then
sudo apt-get update pip install awscli
sudo apt-get install -y awscli jq
exit 0
fi fi
if ! command -v jq >/dev/null 2>&1; then if ! command -v jq >/dev/null 2>&1; then

View File

@@ -52,8 +52,7 @@ jobs:
set -euo pipefail set -euo pipefail
if ! command -v aws >/dev/null 2>&1; then if ! command -v aws >/dev/null 2>&1; then
sudo apt-get update pip install awscli
sudo apt-get install -y awscli
fi fi
- name: Run full unit test suite with coverage - name: Run full unit test suite with coverage