diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 03919c7dd8f9..12e1ce89603b 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: |