Set bash as default shell

This commit is contained in:
Micah Jerome Ellison 2021-08-21 11:44:14 -07:00
parent 32b5a2b5d0
commit 141cf2445f

View file

@ -20,6 +20,10 @@ on:
- 'pyproject.toml'
- '.github/workflows/testing.yaml'
defaults:
run:
shell: bash # needed to prevent Windows from using PowerShell
jobs:
test:
if: >