From 23f33feb7afc7d84cdc9075161f4f36eccd41ecd Mon Sep 17 00:00:00 2001 From: shivam Date: Wed, 7 Sep 2022 14:12:57 +0530 Subject: [PATCH] fixed the pip build for tip_2x Signed-off-by: shivam --- setup_env.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_env.bash b/setup_env.bash index 06187c6b0..b63e004b5 100755 --- a/setup_env.bash +++ b/setup_env.bash @@ -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 ../