From 9dbb0a643582a2716196874d907e7a5bbe2c5453 Mon Sep 17 00:00:00 2001 From: BO ZHANG Date: Fri, 23 Sep 2022 16:47:40 +0800 Subject: [PATCH] added build_ext in build script --- pipelines/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/build.sh b/pipelines/build.sh index a38d6b9..b265481 100644 --- a/pipelines/build.sh +++ b/pipelines/build.sh @@ -26,7 +26,7 @@ pip install -r requirements.txt echo "===================== install package =====================" rm -rf dist -#python setup.py build_ext --inplace +python setup.py build_ext --inplace #python setup.py install python setup.py sdist pip install dist/*.tar.gz --force-reinstall -- GitLab