Skip to content

Commit b8ea609

Browse files
Modify path of python wheels to be installed. (sonic-net#240)
**- What I did** Modify path of python wheels to be installed as per changes in sonic-buildimage repo. **- How I did it** Modify path of swsssdk and sonic-py-common python wheels.
1 parent df615c4 commit b8ea609

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ stages:
4646
set -ex
4747
sudo apt-get -y purge libhiredis-dev libnl-3-dev libnl-route-3-dev
4848
sudo dpkg -i ../target/debs/buster/{libswsscommon_1.0.0_amd64.deb,python3-swsscommon_1.0.0_amd64.deb,libnl-3-200_*.deb,libnl-genl-3-200_*.deb,libnl-nf-3-200_*.deb,libnl-route-3-200_*.deb,libhiredis0.14_*.deb}
49-
sudo python3 -m pip install ../target/python-wheels/swsssdk*-py3-*.whl
50-
sudo python3 -m pip install ../target/python-wheels/sonic_py_common-1.0-py3-none-any.whl
49+
sudo python3 -m pip install ../target/python-wheels/buster/swsssdk*-py3-*.whl
50+
sudo python3 -m pip install ../target/python-wheels/buster/sonic_py_common-1.0-py3-none-any.whl
5151
python3 setup.py bdist_wheel
5252
cp dist/*.whl $(Build.ArtifactStagingDirectory)/
5353
displayName: "Build"

0 commit comments

Comments
 (0)