Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
fix build binary
Browse files Browse the repository at this point in the history
Signed-off-by: Sun, Xuehao <[email protected]>
  • Loading branch information
XuehaoSun committed Jun 27, 2024
1 parent 988807c commit db6dfd8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/script/install_binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ source /intel-extension-for-transformers/.github/workflows/script/change_color.s
cd /intel-extension-for-transformers
export CMAKE_ARGS="-DNE_DNNL_CACHE_DIR=/cache"
pip install -U pip
pip install -r requirements.txt
$BOLD_YELLOW && echo "---------------- git submodule update --init --recursive -------------" && $RESET
git config --global --add safe.directory "*"
git submodule update --init --recursive
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/script/unitTest/env_setup.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
pip list
pip install setuptools==69.5.1

inc=$(pip list | grep -c 'neural-compressor') || true # Prevent from exiting when 'inc' not found
if [ ${inc} != 0 ]; then
Expand Down

0 comments on commit db6dfd8

Please sign in to comment.