don't use venv

This commit is contained in:
Gleb Koval 2023-08-29 01:30:44 +01:00
parent f9b321367b
commit d143ffc123
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
1 changed files with 0 additions and 2 deletions

View File

@ -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