We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 210056f commit 5de8d6dCopy full SHA for 5de8d6d
1 file changed
setup.py
@@ -124,9 +124,6 @@ def build_extension(self, ext: CMakeExtension) -> None:
124
125
def main():
126
cwd = os.path.dirname(os.path.abspath(__file__))
127
- subprocess.run(
128
- ["nvcc", "--version"], cwd=cwd, check=True
129
- )
130
with open(os.path.join(cwd, "README.md"), encoding="utf-8") as f:
131
long_description = f.read()
132
@@ -172,4 +169,4 @@ def main():
172
169
)
173
170
174
171
if __name__ == "__main__":
175
- main()
+ main()
0 commit comments