From acce3a7fb21bac9d451e35660f411541aeae1eae Mon Sep 17 00:00:00 2001
From: Elton Cardoso do Nascimento <43186596+EltonCN@users.noreply.github.com>
Date: Sun, 1 Dec 2024 18:59:29 -0300
Subject: [PATCH] Update action.yml

---
 .github/workflows/test_inner/action.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/test_inner/action.yml b/.github/workflows/test_inner/action.yml
index 2a027ac..8d18349 100644
--- a/.github/workflows/test_inner/action.yml
+++ b/.github/workflows/test_inner/action.yml
@@ -19,6 +19,7 @@ runs:
         python-version: ${{inputs.python-version}}
 
     - name: Install dependencies
+      shell: bash
       run: |
         python3 -m pip install --upgrade pip
         python3 -m pip install pytest