Skip to content

Commit

Permalink
[build] adapt for upstream target path change (#1971)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiluo-msft committed Dec 16, 2021
1 parent 96143ee commit 0067cc4
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 0067cc4

Please sign in to comment.