mirror of
https://github.com/wassname/TTS.git
synced 2026-09-02 12:00:38 +08:00
do not install tf when used for creating server wheel
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
TF_CPP_MIN_LOG_LEVEL=3
|
||||
|
||||
# tests
|
||||
nosetests tests -x
|
||||
|
||||
|
||||
@@ -128,5 +128,6 @@ setup(
|
||||
|
||||
# for some reason having tensorflow in 'install_requires'
|
||||
# breaks some of the dependencies.
|
||||
for module in requirements['pip_install']:
|
||||
pip_install(module)
|
||||
if 'bdist_wheel' not in unknown_args:
|
||||
for module in requirements['pip_install']:
|
||||
pip_install(module)
|
||||
|
||||
Reference in New Issue
Block a user