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

Commit 369977b

Browse files
committed
fix the version
1 parent 1b4d8b1 commit 369977b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/script/install_binary.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ set -x
33
source /intel-extension-for-transformers/.github/workflows/script/change_color.sh
44

55
cd /intel-extension-for-transformers
6+
git config --global --add safe.directory /intel-extension-for-transformers
7+
git fetch --tags
68
git tag
79
export CMAKE_ARGS="-DNE_DNNL_CACHE_DIR=/cache"
810
pip install -U pip
@@ -13,7 +15,6 @@ git submodule update --init --recursive
1315

1416

1517
$BOLD_YELLOW && echo "---------------- run python setup.py bdist_wheel -------------" && $RESET
16-
git fetch --tags
1718
python setup.py bdist_wheel
1819

1920

0 commit comments

Comments
 (0)