We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77da9c8 commit 8e06e7fCopy full SHA for 8e06e7f
azure-pipelines.yml
@@ -54,7 +54,7 @@ steps:
54
sudo pip3 install sonic_yang_mgmt-1.0-py3-none-any.whl
55
sudo pip3 install sonic_yang_models-1.0-py3-none-any.whl
56
sudo pip3 install sonic_config_engine-1.0-py3-none-any.whl
57
- workingDirectory: $(Pipeline.Workspace)/target/python-wheels/
+ workingDirectory: $(Pipeline.Workspace)/target/python-wheels/buster/
58
displayName: 'Install Python dependencies'
59
60
- script: |
0 commit comments