Skip to content

Commit 8b28340

Browse files
committed
Prevented the compatibility suite from failing totally if one fails
1 parent 361e7cb commit 8b28340

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13' ]
16+
fail-fast: false
1617

1718
steps:
1819
- name: Checkout code

0 commit comments

Comments
 (0)