aarggggggghhhhhhhhhh

This commit is contained in:
nayan
2026-07-25 12:09:32 -04:00
parent 79964f65f1
commit 0d3d510494
@@ -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: |