Skip to content

Commit 1336598

Browse files
authored
[CI] sonic-config-engine now depends on SONiC YANG packages (sonic-net#198)
sonic-config-engine now depends on sonic-yang-mgmt and sonic-yang-models, so we now need to install them as part of continuous integration to get the CI working again
1 parent f57fee4 commit 1336598

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azure-pipelines.yml

+2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ steps:
4545
sudo pip2 install sonic_config_engine-1.0-py2-none-any.whl
4646
sudo pip3 install swsssdk-2.0.1-py3-none-any.whl
4747
sudo pip3 install sonic_py_common-1.0-py3-none-any.whl
48+
sudo pip3 install sonic_yang_mgmt-1.0-py3-none-any.whl
49+
sudo pip3 install sonic_yang_models-1.0-py3-none-any.whl
4850
sudo pip3 install sonic_config_engine-1.0-py3-none-any.whl
4951
workingDirectory: $(Pipeline.Workspace)/target/python-wheels/
5052
displayName: 'Install Python dependencies'

0 commit comments

Comments
 (0)