fix: Use --break-system-packages for pip on Debian 12
Some checks failed
Deploy Cluster / Terraform (push) Successful in 20s
Deploy Cluster / Ansible (push) Failing after 1m12s

This commit is contained in:
2026-02-28 22:50:31 +00:00
parent f40a090c7c
commit 7230b2b6c8

View File

@@ -153,7 +153,7 @@ jobs:
- name: Install Python Dependencies
run: |
apt-get update && apt-get install -y python3-pip
pip3 install ansible kubernetes jinja2 pyyaml
pip3 install --break-system-packages ansible kubernetes jinja2 pyyaml
- name: Install Ansible Collections
run: ansible-galaxy collection install -r ansible/requirements.yml