summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-11-29 08:11:01 -0500
committerNed Batchelder <ned@nedbatchelder.com>2020-11-29 10:14:50 -0500
commit5c5d7ccf1f890dfabf679041e9f8218f304b1d57 (patch)
tree70423b28c6d715f363849066ca390cd6d66c312f
parent9d82ce7e25084202d0b3acbf6c9f0f97d4de2129 (diff)
downloadpython-coveragepy-git-5c5d7ccf1f890dfabf679041e9f8218f304b1d57.tar.gz
Use bash for everything
-rw-r--r--.github/workflows/testsuite.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml
index ff72d9f8..8561aea2 100644
--- a/.github/workflows/testsuite.yml
+++ b/.github/workflows/testsuite.yml
@@ -10,6 +10,10 @@ on:
branches: ["master"]
workflow_dispatch:
+defaults:
+ run:
+ shell: bash
+
jobs:
tests:
name: "Python ${{ matrix.python-version }} on ${{ matrix.os }}"
@@ -44,7 +48,6 @@ jobs:
choco install vcpython27 -f -y
- name: "Install dependencies"
- shell: bash
run: |
set -xe
python -VV
@@ -65,7 +68,6 @@ jobs:
python -m tox
- name: "Set status"
- shell: bash
if: always()
run: |
if ${{ steps.tox1.outcome != 'success' && steps.tox2.outcome != 'success' }}; then