From a5c1b4b9056197df438195744d7da6c57b8d093e Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Fri, 18 Oct 2019 11:01:45 +1300 Subject: [PATCH] Add Python3.8 --- azure-pipelines.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c927f3ca..61ef3a09 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -26,9 +26,10 @@ jobs: maxParallel: 4 steps: - #- script: | + - script: | # Make sure all packages are pulled from latest - #sudo apt-get update + sudo apt-get update + sudo apt-get install python3.8 # Fail out if any setups fail #set -e @@ -60,7 +61,7 @@ jobs: #./$(basename $setup); #cd $original_directory; #done; - #displayName: 'Workaround: update apt and roll back Python versions' + displayName: 'Workaround: update apt and install Python versions' - task: UsePythonVersion@0 inputs: