fixed the pip build for tip_2x

Signed-off-by: shivam <shivam.thakur@candelatech.com>
This commit is contained in:
shivam
2022-09-07 14:12:57 +05:30
committed by karthikaeyetea
parent 8e11d4d326
commit 23f33feb7a

View File

@@ -95,7 +95,7 @@ then
touch tests/imports.py
if [ $target == "tip_2x" ]
then
cd dut_lib_template
cd libs/tip_2x
$PYTHON setup.py bdist_wheel
$PIP install dist/*.whl --force-reinstall
cd ../