Skip to content

Commit

Permalink
set shell to bash globally
Browse files Browse the repository at this point in the history
  • Loading branch information
alanisaac committed Apr 2, 2024
1 parent ae916db commit 1911687
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
python-version: ["3.11", "3.12"]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
shell: bash
steps:
- uses: actions/checkout@v4
- name: Setup Python
Expand Down

0 comments on commit 1911687

Please sign in to comment.