Skip to content

Commit

Permalink
configure CI to always use bash as the shell
Browse files Browse the repository at this point in the history
  • Loading branch information
keewis committed Jun 22, 2024
1 parent 38a67b4 commit 40de4e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
name: ${{ matrix.os }} py${{ matrix.python-version }}
runs-on: ${{ matrix.os }}
needs: detect-skip-ci-trigger
defaults:
run:
shell: bash -l {0}

if: |
always()
Expand Down

0 comments on commit 40de4e7

Please sign in to comment.