fix: Install pip via apt before installing Python packages
Some checks failed
Deploy Cluster / Terraform (push) Successful in 19s
Deploy Cluster / Ansible (push) Failing after 22s

This commit is contained in:
2026-02-28 22:47:24 +00:00
parent 19ba491c54
commit f40a090c7c

View File

@@ -152,7 +152,7 @@ jobs:
- name: Install Python Dependencies
run: |
python3 -m pip install --upgrade pip
apt-get update && apt-get install -y python3-pip
pip3 install ansible kubernetes jinja2 pyyaml
- name: Install Ansible Collections