fix: Use system Python instead of setup-python action
This commit is contained in:
@@ -150,14 +150,10 @@ jobs:
|
||||
mkdir -p ../outputs
|
||||
terraform output -json > ../outputs/terraform_outputs.json
|
||||
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.12'
|
||||
|
||||
- name: Install Ansible
|
||||
- name: Install Python Dependencies
|
||||
run: |
|
||||
pip install ansible kubernetes jinja2 pyyaml
|
||||
python3 -m pip install --upgrade pip
|
||||
pip3 install ansible kubernetes jinja2 pyyaml
|
||||
|
||||
- name: Install Ansible Collections
|
||||
run: ansible-galaxy collection install -r ansible/requirements.yml
|
||||
|
||||
Reference in New Issue
Block a user