Skip to content

Commit 5c5d7cc

Browse files
committed
Use bash for everything
1 parent 9d82ce7 commit 5c5d7cc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/testsuite.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
branches: ["master"]
1111
workflow_dispatch:
1212

13+
defaults:
14+
run:
15+
shell: bash
16+
1317
jobs:
1418
tests:
1519
name: "Python ${{ matrix.python-version }} on ${{ matrix.os }}"
@@ -44,7 +48,6 @@ jobs:
4448
choco install vcpython27 -f -y
4549
4650
- name: "Install dependencies"
47-
shell: bash
4851
run: |
4952
set -xe
5053
python -VV
@@ -65,7 +68,6 @@ jobs:
6568
python -m tox
6669
6770
- name: "Set status"
68-
shell: bash
6971
if: always()
7072
run: |
7173
if ${{ steps.tox1.outcome != 'success' && steps.tox2.outcome != 'success' }}; then

0 commit comments

Comments
 (0)