Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
pca006132 committed Jul 29, 2023
1 parent 97ebf77 commit a1a6f16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ def build_extension(self, ext: CMakeExtension) -> None:
subprocess.run(
["cmake", ext.sourcedir, *cmake_args], cwd=build_temp, check=True
)
subprocess.run("pwd")
subprocess.run(
["cmake", "--build", ".", *build_args], cwd=build_temp, check=True
)
Expand Down

0 comments on commit a1a6f16

Please sign in to comment.