get python from apt
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 7s Details

This commit is contained in:
Gleb Koval 2023-09-06 23:44:02 +01:00
parent e12565fdb6
commit 19247a2467
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
1 changed files with 1 additions and 5 deletions

View File

@ -24,13 +24,9 @@ jobs:
with:
fetch-depth: ${{ env.DEPLOY == 'some' && 2 || 1 }}
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Install dependencies
run: |
apt install -y python3-pip
pip3 install -r requirements.txt
ansible-galaxy collection install community.general