mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Use virtualenv for filters and lookups tests.
This commit is contained in:
parent
54d23a8297
commit
6b4aabd355
2 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -ex
|
||||||
|
virtualenv --system-site-packages --python "${ANSIBLE_TEST_PYTHON_INTERPRETER}" "${OUTPUT_DIR}/venv"
|
||||||
|
source "${OUTPUT_DIR}/venv/bin/activate"
|
||||||
set -eux
|
set -eux
|
||||||
|
|
||||||
# Requirements have to be installed prior to running ansible-playbook
|
# Requirements have to be installed prior to running ansible-playbook
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -ex
|
||||||
|
virtualenv --system-site-packages --python "${ANSIBLE_TEST_PYTHON_INTERPRETER}" "${OUTPUT_DIR}/venv"
|
||||||
|
source "${OUTPUT_DIR}/venv/bin/activate"
|
||||||
set -eux
|
set -eux
|
||||||
|
|
||||||
# Requirements have to be installed prior to running ansible-playbook
|
# Requirements have to be installed prior to running ansible-playbook
|
||||||
|
|
Loading…
Add table
Reference in a new issue