File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 66 name : Python ${{ matrix.python }} on windows-2019 ${{ matrix.arch }}
77 runs-on : windows-2019
88 strategy :
9+ fail-fast : false
910 matrix :
1011 python :
1112 - ' 3.11'
3334 name : Python ${{ matrix.python }} on windows-2019 ${{ matrix.arch }}
3435 runs-on : windows-2019
3536 strategy :
37+ fail-fast : false
3638 matrix :
3739 python :
3840 - ' 2.6'
6567 name : Python ${{ matrix.python }} on macos-13
6668 runs-on : macos-13
6769 strategy :
70+ fail-fast : false
6871 matrix :
6972 python :
7073 - ' 3.11'
8992 name : Python ${{ matrix.python }} on macos-11
9093 runs-on : macos-11
9194 strategy :
95+ fail-fast : false
9296 matrix :
9397 python :
9498 - ' 3.7'
@@ -114,6 +118,7 @@ jobs:
114118 name : Python ${{ matrix.python }} on macos-11
115119 runs-on : macos-11
116120 strategy :
121+ fail-fast : false
117122 matrix :
118123 python :
119124 - ' 2.6'
@@ -149,6 +154,7 @@ jobs:
149154 name : Python ${{ matrix.python }} on macos-11 with OpenSSL 3.0
150155 runs-on : macos-11
151156 strategy :
157+ fail-fast : false
152158 matrix :
153159 python :
154160 - ' 3.6'
@@ -172,6 +178,7 @@ jobs:
172178 name : Python ${{ matrix.python }} on ubuntu-20.04 x64
173179 runs-on : ubuntu-20.04
174180 strategy :
181+ fail-fast : false
175182 matrix :
176183 python :
177184 - ' 3.9'
@@ -224,6 +231,7 @@ jobs:
224231 name : Python ${{ matrix.python }} on ubuntu-20.04 x64
225232 runs-on : ubuntu-20.04
226233 strategy :
234+ fail-fast : false
227235 matrix :
228236 python :
229237 - ' 3.6'
You can’t perform that action at this time.
0 commit comments