mirror of
https://github.com/zebrajr/tensorflow.git
synced 2026-01-15 12:15:41 +00:00
Remove the script as well if building tf_nightly.
This commit is contained in:
@@ -76,6 +76,10 @@ CONSOLE_SCRIPTS = [
|
||||
]
|
||||
# pylint: enable=line-too-long
|
||||
|
||||
# remove the tensorboard console script if building tf_nightly
|
||||
if 'tf_nightly' in project_name:
|
||||
CONSOLE_SCRIPTS.remove('tensorboard = tensorboard.main:main')
|
||||
|
||||
TEST_PACKAGES = [
|
||||
'scipy >= 0.15.1',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user