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

Commit a98b85f

Browse files
committed
fix the version
1 parent 1b4d8b1 commit a98b85f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/script/install_binary.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ 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
67
git tag
78
export CMAKE_ARGS="-DNE_DNNL_CACHE_DIR=/cache"
89
pip install -U pip
@@ -13,7 +14,6 @@ git submodule update --init --recursive
1314

1415

1516
$BOLD_YELLOW && echo "---------------- run python setup.py bdist_wheel -------------" && $RESET
16-
git fetch --tags
1717
python setup.py bdist_wheel
1818

1919

0 commit comments

Comments
 (0)