Specify bash shell for all shared action steps

This commit is contained in:
Ryan Ahearn
2022-08-26 10:00:35 -04:00
parent fa7b1a41b8
commit 1e987cce49

View File

@@ -14,4 +14,5 @@ runs:
with:
python-version: "3.9"
- name: Install application dependencies
shell: bash
run: make bootstrap