From 1e987cce49eee5d1cc19c1c0262ec4dfdb23ee8c Mon Sep 17 00:00:00 2001 From: Ryan Ahearn Date: Fri, 26 Aug 2022 10:00:35 -0400 Subject: [PATCH] Specify bash shell for all shared action steps --- .github/actions/setup-project/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/setup-project/action.yml b/.github/actions/setup-project/action.yml index bb5d8c1fa..9fdf27414 100644 --- a/.github/actions/setup-project/action.yml +++ b/.github/actions/setup-project/action.yml @@ -14,4 +14,5 @@ runs: with: python-version: "3.9" - name: Install application dependencies + shell: bash run: make bootstrap