Set bash as default shell (#1324)

This commit is contained in:
Micah Jerome Ellison 2021-08-21 12:08:44 -07:00 committed by GitHub
parent 1c63d94736
commit a0a3ef669e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: >