Remove dependency on 'virtualenv'

'virtualenv' is an external dependency with the same purpose of Python's
'venv' module. This patch removes the external dependency in favor of
the readily available package.
This commit is contained in:
Rafael Guterres Jeffman
2023-07-13 15:07:08 -03:00
parent 51ddaa6491
commit 1bfe6888a4
2 changed files with 1 additions and 3 deletions

View File

@@ -11,7 +11,5 @@ jobs:
- uses: actions/checkout@v3.1.0
with:
fetch-depth: 0
- name: Install virtualenv using pip
run: pip install virtualenv
- name: Run ansible-test
run: bash tests/sanity/sanity.sh