From 0ce8f30857305e6f16773a1458c10b67ab2c4f17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20K=C3=A4mmerling?= Date: Fri, 31 Jul 2020 06:49:15 +0200 Subject: [PATCH] Fix sanity tests --- tests/utils/shippable/sanity.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/utils/shippable/sanity.sh b/tests/utils/shippable/sanity.sh index 7449dcd..e3b0c01 100755 --- a/tests/utils/shippable/sanity.sh +++ b/tests/utils/shippable/sanity.sh @@ -14,6 +14,7 @@ else fi if [ "${group}" == "extra" ]; then + pip install antsibull-changelog ../../community/internal_test_tools/tools/run.py --color exit fi