From 96a658648de3f227dea7eba1d495ac1333d7b89e Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Tue, 13 Aug 2024 20:43:02 -0700 Subject: [PATCH] op.sh: remove python version check (#33288) python check --- tools/op.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/op.sh b/tools/op.sh index e6d7ab8634..0a552c0bde 100755 --- a/tools/op.sh +++ b/tools/op.sh @@ -189,7 +189,6 @@ function op_setup() { op_check_openpilot_dir op_check_os - op_check_python echo "Installing dependencies..." st="$(date +%s)"