Skip to content

Commit

Permalink
[ci] Fix python dependencies reference path. (sonic-net#2060)
Browse files Browse the repository at this point in the history
  • Loading branch information
liushilongbuaa authored and dbarashinvd committed Jul 10, 2022
1 parent 2f50cdc commit 8682dca
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 @@ -86,7 +86,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/buster/
workingDirectory: $(Pipeline.Workspace)/target/python-wheels/buster
displayName: 'Install Python dependencies'
- script: |
Expand Down

0 comments on commit 8682dca

Please sign in to comment.