From 89d6fd25087b8d575eef747731feea66e15d22a0 Mon Sep 17 00:00:00 2001 From: Shilong Liu Date: Thu, 10 Feb 2022 15:35:02 +0800 Subject: [PATCH] [ci] Fix python dependencies reference path. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 03919c7dd8..1dc4e92944 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -78,7 +78,7 @@ stages: sudo pip3 install sonic_yang_models-1.0-py3-none-any.whl sudo pip3 install sonic_config_engine-1.0-py3-none-any.whl sudo pip3 install sonic_platform_common-1.0-py3-none-any.whl - workingDirectory: $(Pipeline.Workspace)/target/python-wheels/ + workingDirectory: $(Pipeline.Workspace)/target/python-wheels/buster displayName: 'Install Python dependencies' - script: |