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

Commit f7d6baa

Browse files
authored
remove restriction of INC (#719)
Signed-off-by: Wenxin Zhang <[email protected]>
1 parent 7baa96b commit f7d6baa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/script/unitTest/env_setup.sh

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ n=0
1212
until [ "$n" -ge 5 ]; do
1313
git clone https://github.com/intel/neural-compressor.git /neural-compressor
1414
cd /neural-compressor
15-
git checkout -f d81269d2b261d39967605e17a89b5688ebaedbd1
1615
pip install -r requirements.txt
1716
python setup.py install && break
1817
n=$((n + 1))

0 commit comments

Comments
 (0)