diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 00e9d85a19..ae1b2af27a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -279,6 +279,8 @@ stages: Python311: python.version: '3.11' steps: + - download: current + patterns: '**/*.whl' - script: | sudo apt-add-repository -y ppa:deadsnakes/ppa sudo apt-get update