Update tests/utils/shippable/shippable.sh

Co-authored-by: John R Barker <john@johnrbarker.com>
This commit is contained in:
Adam Miller
2020-06-19 10:36:35 -05:00
committed by GitHub
parent d816868d49
commit 581349b700

View File

@@ -67,6 +67,7 @@ cp -aT "${SHIPPABLE_BUILD_DIR}" "${TEST_DIR}"
cd "${TEST_DIR}"
# START: HACK install dependencies
retry ansible-galaxy collection install community.general
# END: HACK
export PYTHONIOENCODING='utf-8'