Skip to content

Commit

Permalink
[sonic-platform-daemons] fix dependency issue on py2 wheels by correc…
Browse files Browse the repository at this point in the history
…ting the path (#234)

Signed-off-by: vaibhav-dahiya vdahiya@microsoft.com

Description
During a recent cleanup of py2 wheels the path where dependent wheels are installed has changed.
This PR corrects that issue and gathers the dependency wheels from right path.

Motivation and Context
To make sonic-platform-daemons build pass

How Has This Been Tested?
pipelines need to pass
  • Loading branch information
vdahiya12 committed Dec 15, 2021
1 parent 2b0acfb commit e9ccd82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit e9ccd82

Please sign in to comment.