summaryrefslogtreecommitdiff
path: root/.github/workflows/testsuite.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/testsuite.yml')
-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