diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 064279c3390..f43506616ac 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -82,6 +82,8 @@ jobs: # duplicate annotations. - name: Install error reporter if: ${{ matrix.os }} == 'ubuntu-latest' and ${{ python-version }} == '3.10' + run: | + python -m pip install pytest-github-actions-annotate-failures - name: Install xarray run: |