get python from apt
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 7s
Details
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 7s
Details
This commit is contained in:
parent
e12565fdb6
commit
19247a2467
|
@ -24,13 +24,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: ${{ env.DEPLOY == 'some' && 2 || 1 }}
|
fetch-depth: ${{ env.DEPLOY == 'some' && 2 || 1 }}
|
||||||
|
|
||||||
- name: Setup Python
|
|
||||||
uses: actions/setup-python@v4
|
|
||||||
with:
|
|
||||||
python-version: "3.11"
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
apt install -y python3-pip
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
ansible-galaxy collection install community.general
|
ansible-galaxy collection install community.general
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue