Add python3-venv, pipx to tests
Some checks failed
CI / test (push) Failing after 1m20s
Lint / test (push) Successful in 28s
Trivy / test (push) Successful in 17s

This commit is contained in:
Miguel Jacq 2025-12-15 11:51:00 +11:00
parent 839d2b9381
commit 25b08f77e0
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9

View file

@ -15,7 +15,7 @@ jobs:
run: | run: |
apt-get update apt-get update
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
ansible ansible-lint ansible ansible-lint python3-venv pipx
- name: Install Poetry - name: Install Poetry
run: | run: |