From 698f1fde20eaae1e1041065d709c1e4705dda22e Mon Sep 17 00:00:00 2001 From: vadim Date: Wed, 18 Dec 2024 19:47:00 +0300 Subject: [PATCH] 1 --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index c1c1d12..f076ea0 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -38,7 +38,7 @@ jobs: with: path: "./app" mypy_version: "0.910" - requirements: ".app/requirements.txt" + requirements: "app/requirements.txt" python_version: "3.12" # Tests: