We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d82ce7 commit 5c5d7ccCopy full SHA for 5c5d7cc
.github/workflows/testsuite.yml
@@ -10,6 +10,10 @@ on:
10
branches: ["master"]
11
workflow_dispatch:
12
13
+defaults:
14
+ run:
15
+ shell: bash
16
+
17
jobs:
18
tests:
19
name: "Python ${{ matrix.python-version }} on ${{ matrix.os }}"
@@ -44,7 +48,6 @@ jobs:
44
48
choco install vcpython27 -f -y
45
49
46
50
- name: "Install dependencies"
47
- shell: bash
51
run: |
52
set -xe
53
python -VV
@@ -65,7 +68,6 @@ jobs:
65
68
python -m tox
66
69
67
70
- name: "Set status"
71
if: always()
72
73
if ${{ steps.tox1.outcome != 'success' && steps.tox2.outcome != 'success' }}; then
0 commit comments