Skip to content

Commit

Permalink
Set bash as default shell
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Mar 5, 2024
1 parent eb782c3 commit db5b0e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pytest.yml
Expand Up @@ -23,6 +23,10 @@ jobs:
- '3.12'

fail-fast: false

defaults:
run:
shell: bash

runs-on: ${{ matrix.os }}
name: ${{ matrix.os }} py${{ matrix.python-version }}
Expand Down

0 comments on commit db5b0e9

Please sign in to comment.