From d143ffc123f2d3df4ed54cb4c9f8ce63e4f7a321 Mon Sep 17 00:00:00 2001 From: Gleb Koval Date: Tue, 29 Aug 2023 01:30:44 +0100 Subject: [PATCH] don't use venv --- .github/workflows/infra.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/infra.yaml b/.github/workflows/infra.yaml index 25206d6..37f3ad0 100644 --- a/.github/workflows/infra.yaml +++ b/.github/workflows/infra.yaml @@ -27,8 +27,6 @@ jobs: - name: Install dependencies run: | - python3 -m venv venv - source venv/bin/activate pip3 install -r requirements.txt ansible-galaxy collection install community.general