Skip to content

Commit 0067cc4

Browse files
authored
[build] adapt for upstream target path change (sonic-net#1971)
1 parent 96143ee commit 0067cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ stages:
7878
sudo pip3 install sonic_yang_models-1.0-py3-none-any.whl
7979
sudo pip3 install sonic_config_engine-1.0-py3-none-any.whl
8080
sudo pip3 install sonic_platform_common-1.0-py3-none-any.whl
81-
workingDirectory: $(Pipeline.Workspace)/target/python-wheels/
81+
workingDirectory: $(Pipeline.Workspace)/target/python-wheels/buster/
8282
displayName: 'Install Python dependencies'
8383
8484
- script: |

0 commit comments

Comments
 (0)