aboutsummaryrefslogtreecommitdiffstats
path: root/screwdriver/test-quick-start-guide.sh
diff options
context:
space:
mode:
Diffstat (limited to 'screwdriver/test-quick-start-guide.sh')
-rwxr-xr-xscrewdriver/test-quick-start-guide.sh4
1 files 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