mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 01:03:09 +00:00
Use virtualenv for filters and lookups tests.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
#!/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
|
||||
|
||||
# Requirements have to be installed prior to running ansible-playbook
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
#!/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
|
||||
|
||||
# Requirements have to be installed prior to running ansible-playbook
|
||||
|
||||
Reference in New Issue
Block a user