From ca03bc49eff4e6d53b41fa097012580e651147f9 Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Thu, 20 Jun 2019 10:44:38 +1200 Subject: [PATCH] fix --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e3fe5aac..87b315c8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -31,7 +31,7 @@ jobs: - script: | sudo apt-get update - sudo apt-get install python${python.version) + sudo apt-get install python${python.version} python -m pip install --upgrade pip displayName: 'Install dependencies'