mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-07 00:20:20 +01:00
Remove the script as well if building tf_nightly.
This commit is contained in:
parent
373d78987c
commit
4ff1f44420
|
|
@ -76,6 +76,10 @@ CONSOLE_SCRIPTS = [
|
||||||
]
|
]
|
||||||
# pylint: enable=line-too-long
|
# 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 = [
|
TEST_PACKAGES = [
|
||||||
'scipy >= 0.15.1',
|
'scipy >= 0.15.1',
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user