diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 45004f26c124..93e7071964f9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -237,6 +237,7 @@ stages: vmImage: 'ubuntu-18.04' steps: - script: | + sudo apt update sudo apt install python3.7 sudo apt install python3.7-dev if ! `gcc-4.8 2>/dev/null`; then