fix: Install pip via apt before installing Python packages
This commit is contained in:
@@ -152,7 +152,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Python Dependencies
|
- name: Install Python Dependencies
|
||||||
run: |
|
run: |
|
||||||
python3 -m pip install --upgrade pip
|
apt-get update && apt-get install -y python3-pip
|
||||||
pip3 install ansible kubernetes jinja2 pyyaml
|
pip3 install ansible kubernetes jinja2 pyyaml
|
||||||
|
|
||||||
- name: Install Ansible Collections
|
- name: Install Ansible Collections
|
||||||
|
|||||||
Reference in New Issue
Block a user