From 2f21e7062b35085d33791182d6112fcaebab4087 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Wed, 4 May 2022 13:54:06 -0700 Subject: [PATCH] fixes --- .github/workflows/selfdrive_tests.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/selfdrive_tests.yaml b/.github/workflows/selfdrive_tests.yaml index dcc89d33c5..915fdc08c3 100644 --- a/.github/workflows/selfdrive_tests.yaml +++ b/.github/workflows/selfdrive_tests.yaml @@ -320,9 +320,8 @@ jobs: if: ${{ failure() && github.event_name == 'pull_request' && github.repository == 'commaai/openpilot' }} run: | ${{ env.RUN }} "scons -j$(nproc) && \ - apt-get install azure-cli && \ - pip install azure && \ - FILEREADER_CACHE=1 CI=1 AZURE_TOKEN=${{AZURE_COMMADATACI_OPENPILOTCI_TOKEN}} python selfdrive/test/process_replay/update_refs.py --upload-only" + pip install azure-storage-blob==2.1.0 && \ + FILEREADER_CACHE=1 CI=1 AZURE_TOKEN=${{ secrets.AZURE_COMMADATACI_OPENPILOTCI_TOKEN }} python selfdrive/test/process_replay/update_refs.py --upload-only" - name: "Upload coverage to Codecov" uses: codecov/codecov-action@v2 - name: Print diff