We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96143ee commit 0067cc4Copy full SHA for 0067cc4
azure-pipelines.yml
@@ -78,7 +78,7 @@ stages:
78
sudo pip3 install sonic_yang_models-1.0-py3-none-any.whl
79
sudo pip3 install sonic_config_engine-1.0-py3-none-any.whl
80
sudo pip3 install sonic_platform_common-1.0-py3-none-any.whl
81
- workingDirectory: $(Pipeline.Workspace)/target/python-wheels/
+ workingDirectory: $(Pipeline.Workspace)/target/python-wheels/buster/
82
displayName: 'Install Python dependencies'
83
84
- script: |
0 commit comments