From e77fb4e8784947f7a26a3cf9f7bbb8e0a33f0531 Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Fri, 18 Oct 2019 11:33:28 +1300 Subject: [PATCH] Python3.8 Tests will fail for Python3.8 until azure-pipelines is updated with 3.8 support --- azure-pipelines.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a3845add..81d458d7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -26,11 +26,9 @@ jobs: maxParallel: 4 steps: - - script: | + #- script: | # Make sure all packages are pulled from latest - sudo add-apt-repository ppa:deadsnakes/ppa - sudo apt-get update - sudo apt-get install python3.8 + #sudo apt-get update # Fail out if any setups fail #set -e @@ -62,7 +60,7 @@ jobs: #./$(basename $setup); #cd $original_directory; #done; - displayName: 'Workaround: update apt and install Python versions' + #displayName: 'Workaround: update apt and install Python versions' - task: UsePythonVersion@0 inputs: