From 6c109d042996c013382a962ff918fa1ae3d9a077 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sun, 19 Oct 2025 11:00:29 -0400 Subject: [PATCH] Shell for pip step. --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index f979933..ba10584 100644 --- a/action.yml +++ b/action.yml @@ -15,6 +15,7 @@ runs: python-version: "3.11" - name: Install dependencies + shell: bash run: pip install requests - name: Run PR commenter