From 714522b93734279699d3d146aa0559ad05182bc1 Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Fri, 18 Oct 2019 11:08:45 +1300 Subject: [PATCH] Add Python3.8 --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 61ef3a09..a3845add 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -28,6 +28,7 @@ jobs: steps: - 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