Skip to content

Commit

Permalink
Try to force Windows to use bash
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-ramadhan committed May 9, 2024
1 parent 115a575 commit bf814fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest, macos-13, windows-latest]
defaults:
run:
shell: bash
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit bf814fd

Please sign in to comment.