From 9e8b9c898e2ea71524dc25fc646555fc7d7d2999 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Fri, 23 Jun 2023 08:19:59 +0300 Subject: ci: add pytest-github-actions-annotate-failures for test Signed-off-by: Arthur Zamarin --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/test.yml') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9f838be..bb4348a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -51,7 +51,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install ".[test]" + pip install ".[test]" pytest-github-actions-annotate-failures - name: Test with pytest env: -- cgit v1.2.3-65-gdbad