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