We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52b3a5f commit b90aa8aCopy full SHA for b90aa8a
1 file changed
pytron/engines/native/build.py
@@ -107,7 +107,6 @@ def build():
107
env["PYO3_PYTHON"] = sys.executable
108
print(f"[INFO] macOS: PYO3_PYTHON set to {sys.executable}")
109
110
-
111
try:
112
subprocess.check_call(cargo_cmd, cwd=ENGINE_DIR, env=env)
113
except subprocess.CalledProcessError:
0 commit comments