Unverified Commit ddc49548 authored by moto's avatar moto Committed by GitHub
Browse files

Log prototype exclusion (#1882)

parent 6bae1e9e
......@@ -66,6 +66,7 @@ def _get_packages():
"build_tools*",
]
if os.environ.get('UPLOAD_CHANNEL', '') == 'test':
print('Excluding torchaudio.prototype from the package.')
exclude.append("torchaudio.prototype")
return find_packages(exclude=exclude)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment