Skip to content

Commit b3eaa6d

Browse files
committed
Change GitHub Actions to disabled the fail fast strategy
1 parent 3865f5d commit b3eaa6d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jobs:
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'
@@ -33,6 +34,7 @@ jobs:
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'
@@ -65,6 +67,7 @@ jobs:
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'
@@ -89,6 +92,7 @@ jobs:
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'

0 commit comments

Comments
 (0)