Skip to content

Commit 6d9c3c0

Browse files
committed
conan profile detect
1 parent c058145 commit 6d9c3c0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ def build_extension(self, ext: CMakeExtension) -> None:
2121
build_temp = Path(self.build_temp) / ext.name
2222
build_temp.mkdir(parents=True, exist_ok=True)
2323

24+
subprocess.run(["conan", "profile", "detect", "-e"], check=True)
25+
2426
conan_odr_remote = "https://artifactory.opendocument.app/artifactory/api/conan/conan"
2527

2628
result = subprocess.run(["conan", "remote", "list"], check=True, capture_output=True, text=True)

0 commit comments

Comments
 (0)