Skip to content

Commit 66a0341

Browse files
Fixed typo in the BMM shariding config
Signed-off-by: greg-kwasniewski1 <[email protected]>
1 parent 5f939b9 commit 66a0341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def extract_from_precompiled(precompiled_location: str, package_data: List[str],
215215
precompiled_location = download_precompiled(tempdir, version)
216216
extract_from_precompiled(precompiled_location, package_data, tempdir)
217217

218-
sanity_check()
218+
# sanity_check()
219219

220220
# https://setuptools.pypa.io/en/latest/references/keywords.html
221221
setup(

0 commit comments

Comments
 (0)