Skip to content

Commit 5de8d6d

Browse files
Update setup.py
1 parent 210056f commit 5de8d6d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,6 @@ def build_extension(self, ext: CMakeExtension) -> None:
124124

125125
def main():
126126
cwd = os.path.dirname(os.path.abspath(__file__))
127-
subprocess.run(
128-
["nvcc", "--version"], cwd=cwd, check=True
129-
)
130127
with open(os.path.join(cwd, "README.md"), encoding="utf-8") as f:
131128
long_description = f.read()
132129

@@ -172,4 +169,4 @@ def main():
172169
)
173170

174171
if __name__ == "__main__":
175-
main()
172+
main()

0 commit comments

Comments
 (0)