Skip to content

Commit b9c519a

Browse files
test
1 parent 0fe9c04 commit b9c519a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ 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+
)
127130
with open(os.path.join(cwd, "README.md"), encoding="utf-8") as f:
128131
long_description = f.read()
129132

0 commit comments

Comments
 (0)