Skip to content

Commit

Permalink
[ci] Fix python dependencies reference path. (#2060)
Browse files Browse the repository at this point in the history
  • Loading branch information
liushilongbuaa committed Feb 10, 2022
1 parent f078246 commit c51871d
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 @@ -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: |
Expand Down

0 comments on commit c51871d

Please sign in to comment.