We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06fac0a commit 937fe60Copy full SHA for 937fe60
.github/workflows/python_pytest.yml
@@ -16,6 +16,7 @@ jobs:
16
strategy:
17
matrix:
18
python-version: ['3.9', '3.10', '3.11']
19
+ fail-fast: false
20
21
steps:
22
- name: Checkout code
0 commit comments