From 1736b989c2eaf9e9ccdf0aeb1fc2c4a2f0f2222c Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Tue, 3 May 2022 18:47:50 -0700 Subject: [PATCH] need to figure out better place for this --- .github/workflows/selfdrive_tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/selfdrive_tests.yaml b/.github/workflows/selfdrive_tests.yaml index b26ffae667..374d9c7b9e 100644 --- a/.github/workflows/selfdrive_tests.yaml +++ b/.github/workflows/selfdrive_tests.yaml @@ -320,6 +320,7 @@ jobs: if: ${{ failure() }} run: | ${{ env.RUN }} "scons -j$(nproc) && \ + pip install azure && \ FILEREADER_CACHE=1 CI=1 python selfdrive/test/process_replay/update_refs.py --only-upload" - name: "Upload coverage to Codecov" uses: codecov/codecov-action@v2