Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 0761ab6

Browse files
committed
We don't run tests (╯‵□′)╯︵┻━┻
1 parent 8387deb commit 0761ab6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/staticbuild/build_wheel.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,3 @@ python setup.py bdist_wheel
2626

2727
wheel_name=$(ls -t dist | head -n 1)
2828
pip install -U --user --force-reinstall dist/$wheel_name
29-
cd ..
30-
python nosetests -v $(ls tests/python/unittest/test_gluon*.py | grep -v data | grep -v model_zoo | grep -v utils | grep -v rnn)

0 commit comments

Comments
 (0)