Skip to content

Commit d117bd3

Browse files
committed
Remove redundant python compatibility check
1 parent a094e82 commit d117bd3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

install_executorch.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,6 @@ def _list_pybind_defines(args) -> Tuple[bool, List[str]]:
196196

197197

198198
def main(args):
199-
if not python_is_compatible():
200-
sys.exit(1)
201-
202199
parser = build_args_parser()
203200
args = parser.parse_args()
204201

0 commit comments

Comments
 (0)