From 7f3d890223db008e14ae3fd30668bc077e6d4140 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20K=C3=A4mmerling?= Date: Fri, 31 Jul 2020 07:32:45 +0200 Subject: [PATCH] Fix tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lukas Kämmerling --- tests/utils/shippable/sanity.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/utils/shippable/sanity.sh b/tests/utils/shippable/sanity.sh index 66db69f..4200e27 100755 --- a/tests/utils/shippable/sanity.sh +++ b/tests/utils/shippable/sanity.sh @@ -14,7 +14,9 @@ else fi if [ "${group}" == "extra" ]; then - /usr/bin/python3.7 -m pip3 install antsibull-changelog + curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py + /usr/bin/python3.7 get-pip.py --user + /usr/bin/python3.7 -m pip install antsibull-changelog /usr/bin/python3.7 ../../community/internal_test_tools/tools/run.py --color exit fi