Skip to content

Commit bc20b8f

Browse files
committed
Fix setuppy
1 parent f95d997 commit bc20b8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
# Adapted from https://github.com/pytorch/pytorch
1212
cwd = os.path.dirname(os.path.abspath(__file__))
13-
if os.getenv('TACOTRON_BUILD_VERSION'):
14-
version = os.getenv('TACOTRON_BUILD_VERSION')
13+
if os.getenv('DEEPVOICE3_PYTORCH_BUILD_VERSION'):
14+
version = os.getenv('DEEPVOICE3_PYTORCH_BUILD_VERSION')
1515
else:
1616
try:
1717
sha = subprocess.check_output(

0 commit comments

Comments
 (0)