Bumped numpy from 1.13.1 to 1.14.0 to satisfy TF 1.12.2 dependency. Updated grep commands in validator to also be compatible with BSD.

This commit is contained in:
dvanaken
2019-10-22 15:11:03 -04:00
committed by Dana Van Aken
parent 68fedf765d
commit 777c42c979
4 changed files with 9 additions and 10 deletions

View File

@@ -14,7 +14,7 @@
# ln -s ../../script/git-hooks/pre-commit ./pre-commit
FILES=$(git diff --name-only --cached --diff-filter=d | grep -E '*\.(py|java)$')
FILES=$(git diff --name-only --cached --diff-filter=d | grep -E '.*\.(py|java)$')
WEBSITE_TESTS_RESULT=0
ANALYSIS_TESTS_RESULT=0