From cba905789bae1243036f280861425042e6ab4fe1 Mon Sep 17 00:00:00 2001 From: Andrii Labych Date: Sun, 30 Mar 2025 14:46:55 +0300 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ac7ff616..3bd882e9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,4 +24,5 @@ jobs: - name: Run tests run: | - pytest tests + python -m pytest tests +