From 69405ee089729f7dfac529bf6d52504fbb36080c Mon Sep 17 00:00:00 2001 From: Joel Dixon Date: Fri, 26 Sep 2025 10:54:49 -0500 Subject: [PATCH] Run the python checks for mypy and pyright on the Python the project is using, not the global python --- analyze-project/action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/analyze-project/action.yml b/analyze-project/action.yml index c1446f2..95a4d8a 100644 --- a/analyze-project/action.yml +++ b/analyze-project/action.yml @@ -59,6 +59,7 @@ runs: - name: Check for mypy and pyright installation id: check_tools run: | + poetry run python - <