op.sh: remove python version check (#33288)

python check
pull/33291/head
Maxime Desroches 1 year ago committed by GitHub
parent cf39cc823a
commit 96a658648d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      tools/op.sh

@ -189,7 +189,6 @@ function op_setup() {
op_check_openpilot_dir op_check_openpilot_dir
op_check_os op_check_os
op_check_python
echo "Installing dependencies..." echo "Installing dependencies..."
st="$(date +%s)" st="$(date +%s)"

Loading…
Cancel
Save