Skip to content

Commit 78f143c

Browse files
committed
remove silly local path
1 parent ba1e3b0 commit 78f143c

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
@@ -28,7 +28,7 @@ def build_extension(self, ext: CMakeExtension) -> None:
2828
]
2929

3030
subprocess.run(
31-
["/Users/andreas/.local/pipx/venvs/conan/bin/conan", "install", ext.sourcedir, *conan_args], check=True
31+
["conan", "install", ext.sourcedir, *conan_args], check=True
3232
)
3333

3434
cmake_args = [

0 commit comments

Comments
 (0)