From 0d3d51049455aba0dd079017df6e26e5a18271a9 Mon Sep 17 00:00:00 2001 From: nayan Date: Sat, 25 Jul 2026 12:09:32 -0400 Subject: [PATCH] aarggggggghhhhhhhhhh --- .github/workflows/sunnypilot-build-model.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/sunnypilot-build-model.yaml b/.github/workflows/sunnypilot-build-model.yaml index 0c6e800785..11d57954d4 100644 --- a/.github/workflows/sunnypilot-build-model.yaml +++ b/.github/workflows/sunnypilot-build-model.yaml @@ -118,9 +118,7 @@ jobs: with: submodules: recursive - - run: | - cd ${{ github.workspace }}/openpilot - git lfs pull + - run: git lfs pull - name: Cache SCons uses: actions/cache@v4 with: @@ -172,7 +170,7 @@ jobs: name: models-${{ env.REF }}${{ inputs.artifact_suffix }} path: ${{ github.workspace }}/openpilot/openpilot/selfdrive/modeld/models - run: | - rm -f ${{ github.workspace }}/openpilot/openpilot/selfdrive/modeld/models/{dmonitoring_model,big_driving_policy,big_driving_vision, big_driving_supercombo}.onnx + rm -f ${{ github.workspace }}/openpilot/openpilot/selfdrive/modeld/models/{dmonitoring_model,big_driving_policy,big_driving_vision,big_driving_supercombo}.onnx - name: Build Model run: |