diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 77dc1281f92f..086e62daf74f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -114,7 +114,7 @@ jobs: 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: |