Skip to content

Commit

Permalink
remove restriction of INC (#719)
Browse files Browse the repository at this point in the history
Signed-off-by: Wenxin Zhang <[email protected]>
  • Loading branch information
VincyZhang committed Nov 20, 2023
1 parent 7baa96b commit f7d6baa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/script/unitTest/env_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ n=0
until [ "$n" -ge 5 ]; do
git clone https://github.com/intel/neural-compressor.git /neural-compressor
cd /neural-compressor
git checkout -f d81269d2b261d39967605e17a89b5688ebaedbd1
pip install -r requirements.txt
python setup.py install && break
n=$((n + 1))
Expand Down

0 comments on commit f7d6baa

Please sign in to comment.