We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c058145 commit 6d9c3c0Copy full SHA for 6d9c3c0
1 file changed
setup.py
@@ -21,6 +21,8 @@ def build_extension(self, ext: CMakeExtension) -> None:
21
build_temp = Path(self.build_temp) / ext.name
22
build_temp.mkdir(parents=True, exist_ok=True)
23
24
+ subprocess.run(["conan", "profile", "detect", "-e"], check=True)
25
+
26
conan_odr_remote = "https://artifactory.opendocument.app/artifactory/api/conan/conan"
27
28
result = subprocess.run(["conan", "remote", "list"], check=True, capture_output=True, text=True)
0 commit comments