mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix virtualenv activation in tests.
This commit is contained in:
parent
13b3cfc040
commit
ec83f52fa8
1 changed files with 3 additions and 0 deletions
|
@ -3,3 +3,6 @@
|
|||
|
||||
rm -rf "${OUTPUT_DIR}/venv"
|
||||
"${ANSIBLE_TEST_PYTHON_INTERPRETER}" -m virtualenv --system-site-packages --python "${ANSIBLE_TEST_PYTHON_INTERPRETER}" "${OUTPUT_DIR}/venv"
|
||||
set +ux
|
||||
source "${OUTPUT_DIR}/venv/bin/activate"
|
||||
set -ux
|
||||
|
|
Loading…
Reference in a new issue