From c6a278a5447fdd9eb17bf1de9d888f5ddabb5dc4 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 24 Oct 2021 21:22:17 +0200 Subject: [PATCH] Pin pytest-github-actions-annotate-failures to fix broken CI (#58351) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9298400276f..aa5a6ddd3ca 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -682,7 +682,7 @@ jobs: # Ideally this should be part of our dependencies # However this plugin is fairly new and doesn't run correctly # on a non-GitHub environment. - pip install pytest-github-actions-annotate-failures + pip install pytest-github-actions-annotate-failures==0.1.3 - name: Run pytest run: | . venv/bin/activate