Skip to content

Commit 937fe60

Browse files
committed
don't failfast
1 parent 06fac0a commit 937fe60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python_pytest.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
python-version: ['3.9', '3.10', '3.11']
19+
fail-fast: false
1920

2021
steps:
2122
- name: Checkout code

0 commit comments

Comments
 (0)