diff --git a/.github/workflows/cereal_validation.yaml b/.github/workflows/cereal_validation.yaml index a8a5999b2e..d71354dd59 100644 --- a/.github/workflows/cereal_validation.yaml +++ b/.github/workflows/cereal_validation.yaml @@ -32,6 +32,9 @@ jobs: with: sparse-checkout: cereal + - name: Init sunnypilot opendbc submodule + run: git submodule update --init --depth 1 opendbc_repo + - name: Checkout upstream openpilot cereal uses: actions/checkout@v6 with: @@ -40,6 +43,10 @@ jobs: sparse-checkout: cereal ref: "refs/heads/master" + - name: Init upstream opendbc submodule + working-directory: upstream_openpilot + run: git submodule update --init --depth 1 opendbc_repo + - name: Install uv run: pip install uv