Skip to content

Commit 9f4d457

Browse files
chore: CI
1 parent 8196011 commit 9f4d457

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
strategy:
14-
max-parallel: 4
14+
fail-fast: false
15+
max-parallel: 3
1516
matrix:
1617
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1718
steps:

0 commit comments

Comments
 (0)