From 923943f8ceecf973f39ce1d327c442e255e4bc19 Mon Sep 17 00:00:00 2001 From: Arnstein Ressem Date: Tue, 11 Jul 2023 09:20:09 +0200 Subject: Use python3.9 explicitly. --- screwdriver/test-quick-start-guide.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/screwdriver/test-quick-start-guide.sh b/screwdriver/test-quick-start-guide.sh index f3f12c229b0..de8c815edfa 100755 --- a/screwdriver/test-quick-start-guide.sh +++ b/screwdriver/test-quick-start-guide.sh @@ -12,7 +12,7 @@ cd $TESTDIR # Clone and setup doc tests git clone -q --depth 1 https://github.com/vespa-engine/documentation cd documentation -python3 -m pip install -qqq -r test/requirements.txt --user +python3.9 -m pip install -qqq -r test/requirements.txt --user echo -e "urls:\n - en/vespa-quick-start.html" > test/_quick-start.yaml # Get the required vespa CLI @@ -21,5 +21,5 @@ curl -fsSL https://github.com/vespa-engine/vespa/releases/download/v${VESPA_CLI_ ln -sf /opt/vespa-cli_${VESPA_CLI_VERSION}_linux_amd64/bin/vespa /usr/local/bin/ # Run test -test/test.py -v -c test/_quick-start.yaml +python3.9 test/test.py -v -c test/_quick-start.yaml -- cgit v1.2.3