From b1e1e88a68d19459719d7622e846628428f6e873 Mon Sep 17 00:00:00 2001 From: alejandrobodas Date: Fri, 15 Mar 2024 18:57:35 +0000 Subject: [PATCH] Update continuous_integration.yml --- .github/workflows/continuous_integration.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index be1b6bb..db78935 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -12,6 +12,9 @@ jobs: matrix: python-version: [3.11] # Sequence of tasks that will be executed as part of the job + defaults: + run: + shell: bash -l {0} steps: ############################################################################### # Initial steps