From dc0e7d061bbd80f22a6f44470b941cd2f3b28f92 Mon Sep 17 00:00:00 2001 From: Jason Young <46612682+jyoung8607@users.noreply.github.com> Date: Fri, 27 Mar 2026 18:10:29 -0700 Subject: [PATCH] fix test_models CI workflow (#3244) fix test_models flow --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6846991aa..55f112269 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -109,11 +109,11 @@ jobs: repository: 'commaai/openpilot' ref: 'master' submodules: true + - run: ./tools/op.sh setup - run: rm -rf opendbc_repo/ - uses: actions/checkout@v4 with: path: opendbc_repo - - run: ./tools/op.sh setup - name: Cache test routes id: routes-cache uses: actions/cache@v4