From 19247a24673de8f99de065bbd753ca98c9876d40 Mon Sep 17 00:00:00 2001 From: Gleb Koval Date: Wed, 6 Sep 2023 23:44:02 +0100 Subject: [PATCH] get python from apt --- .github/workflows/infra.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/infra.yaml b/.github/workflows/infra.yaml index 1b52681..74189b9 100644 --- a/.github/workflows/infra.yaml +++ b/.github/workflows/infra.yaml @@ -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