Skip to content

Commit 5f2b892

Browse files
committed
ci: Add fail-fast False to the matrix CI jobs
1 parent bd087e1 commit 5f2b892

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/default.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
container: "docker.io/library/python:${{ matrix.python-version }}"
99
strategy:
10+
fail-fast: false
1011
matrix:
1112
python-version: [ 3.6, 3.7 ]
1213
steps:
@@ -30,6 +31,7 @@ jobs:
3031
test:
3132
runs-on: ubuntu-latest
3233
strategy:
34+
fail-fast: false
3335
matrix:
3436
python_version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14-dev"]
3537
steps:

0 commit comments

Comments
 (0)