From 119fb623f068e5d0b7db1ebfd829218ba1c6aa41 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Thu, 24 Sep 2020 00:52:06 +0200 Subject: [PATCH] Set Python for snaps_build also --- .azure-pipelines/templates/jobs/packaging-jobs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.azure-pipelines/templates/jobs/packaging-jobs.yml b/.azure-pipelines/templates/jobs/packaging-jobs.yml index 87f1c3239..e2e5f7548 100644 --- a/.azure-pipelines/templates/jobs/packaging-jobs.yml +++ b/.azure-pipelines/templates/jobs/packaging-jobs.yml @@ -136,6 +136,10 @@ jobs: pool: vmImage: ubuntu-18.04 steps: + - task: UsePythonVersion@0 + inputs: + versionSpec: 3.8 + addToPath: true - script: | sudo apt-get update sudo apt-get install -y --no-install-recommends nginx-light snapd