Skip to content

Commit 8682dca

Browse files
liushilongbuaadbarashinvd
authored andcommitted
[ci] Fix python dependencies reference path. (sonic-net#2060)
1 parent 2f50cdc commit 8682dca

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
@@ -86,7 +86,7 @@ stages:
8686
sudo pip3 install sonic_yang_models-1.0-py3-none-any.whl
8787
sudo pip3 install sonic_config_engine-1.0-py3-none-any.whl
8888
sudo pip3 install sonic_platform_common-1.0-py3-none-any.whl
89-
workingDirectory: $(Pipeline.Workspace)/target/python-wheels/buster/
89+
workingDirectory: $(Pipeline.Workspace)/target/python-wheels/buster
9090
displayName: 'Install Python dependencies'
9191
9292
- script: |

0 commit comments

Comments
 (0)