CI: run plotjuggler test on mac (#29102)

* CI: run plotjuggler test on mac

* source

* python path
pull/29103/head
Adeeb Shihadeh 2 years ago committed by GitHub
parent d92c9aef23
commit 34389acbbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .github/workflows/selfdrive_tests.yaml

@ -136,6 +136,11 @@ jobs:
run: |
source tools/openpilot_env.sh
poetry run scons -j$(nproc)
- name: Run tests
run: |
source tools/openpilot_env.sh
export PYTHONPATH=$PWD
poetry run tools/plotjuggler/test_plotjuggler.py
- name: Pre Cache - Cleanup scons cache
if: github.ref == 'refs/heads/master'
run: |

Loading…
Cancel
Save