Skip to content

Commit e9ccd82

Browse files
authored
[sonic-platform-daemons] fix dependency issue on py2 wheels by correcting the path (#234)
Signed-off-by: vaibhav-dahiya [email protected] 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
1 parent 2b0acfb commit e9ccd82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
sudo pip3 install sonic_yang_models-1.0-py3-none-any.whl
115115
sudo pip3 install sonic_config_engine-1.0-py3-none-any.whl
116116
sudo pip3 install sonic_platform_common-1.0-py3-none-any.whl
117-
workingDirectory: $(Pipeline.Workspace)/target/python-wheels/
117+
workingDirectory: $(Pipeline.Workspace)/target/python-wheels/buster/
118118
displayName: 'Install Python dependencies'
119119
120120
- script: |

0 commit comments

Comments
 (0)