File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 6
6
name : Python ${{ matrix.python }} on windows-2019 ${{ matrix.arch }}
7
7
runs-on : windows-2019
8
8
strategy :
9
+ fail-fast : false
9
10
matrix :
10
11
python :
11
12
- ' 3.11'
33
34
name : Python ${{ matrix.python }} on windows-2019 ${{ matrix.arch }}
34
35
runs-on : windows-2019
35
36
strategy :
37
+ fail-fast : false
36
38
matrix :
37
39
python :
38
40
- ' 2.6'
65
67
name : Python ${{ matrix.python }} on macos-13
66
68
runs-on : macos-13
67
69
strategy :
70
+ fail-fast : false
68
71
matrix :
69
72
python :
70
73
- ' 3.11'
89
92
name : Python ${{ matrix.python }} on macos-11
90
93
runs-on : macos-11
91
94
strategy :
95
+ fail-fast : false
92
96
matrix :
93
97
python :
94
98
- ' 3.7'
@@ -114,6 +118,7 @@ jobs:
114
118
name : Python ${{ matrix.python }} on macos-11
115
119
runs-on : macos-11
116
120
strategy :
121
+ fail-fast : false
117
122
matrix :
118
123
python :
119
124
- ' 2.6'
@@ -149,6 +154,7 @@ jobs:
149
154
name : Python ${{ matrix.python }} on macos-11 with OpenSSL 3.0
150
155
runs-on : macos-11
151
156
strategy :
157
+ fail-fast : false
152
158
matrix :
153
159
python :
154
160
- ' 3.6'
@@ -172,6 +178,7 @@ jobs:
172
178
name : Python ${{ matrix.python }} on ubuntu-20.04 x64
173
179
runs-on : ubuntu-20.04
174
180
strategy :
181
+ fail-fast : false
175
182
matrix :
176
183
python :
177
184
- ' 3.9'
@@ -224,6 +231,7 @@ jobs:
224
231
name : Python ${{ matrix.python }} on ubuntu-20.04 x64
225
232
runs-on : ubuntu-20.04
226
233
strategy :
234
+ fail-fast : false
227
235
matrix :
228
236
python :
229
237
- ' 3.6'
You can’t perform that action at this time.
0 commit comments