From 10a79c0775c3656574b9b46eaa6ddc56ab603cc0 Mon Sep 17 00:00:00 2001 From: MSec Date: Sat, 26 Oct 2024 05:33:14 +0100 Subject: [PATCH] Fix error in your yaml syntax --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 0695638..db6dbb7 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -82,7 +82,7 @@ jobs: - name: Run tests run: | - poetry run pytest --tb=short | tee pytest_output.txt + poetry run pytest --tb=short --disable-pytest-warnings | tee pytest_output.txt - name: Display test results in summary if: always()