Skip to content

Commit e4d1da1

Browse files
Prevent fail-fast for the CI
1 parent 53bc884 commit e4d1da1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/unittests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on: push
55
jobs:
66
test:
77
strategy:
8+
fail-fast: false
89
matrix:
910
python-version: ["3.9", "3.10", "3.11", "3.12"]
1011

0 commit comments

Comments
 (0)