Skip to content

Commit

Permalink
remove silly local path
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Aug 5, 2024
1 parent ba1e3b0 commit 78f143c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def build_extension(self, ext: CMakeExtension) -> None:
]

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

cmake_args = [
Expand Down

0 comments on commit 78f143c

Please sign in to comment.