Skip to content
Snippets Groups Projects
Unverified Commit ad9a03ec authored by Thomas Woerner's avatar Thomas Woerner Committed by GitHub
Browse files

Merge pull request #1114 from rjeffman/remove_virtualenv

Remove dependency on 'virtualenv'
parents 51ddaa64 1bfe6888
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -8,7 +8,7 @@ ANSIBLE_COLLECTION=freeipa-ansible_freeipa
use_docker=$(docker -v >/dev/null 2>&1 && echo "True" || echo "False")
virtualenv "$VENV"
python -m venv "$VENV"
# shellcheck disable=SC1091
source "$VENV"/bin/activate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment