We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 744d0eb commit dab88d4Copy full SHA for dab88d4
1 file changed
.github/workflows/test-unit.yml
@@ -12,8 +12,8 @@ jobs:
12
test-unit-job:
13
runs-on: ubuntu-22.04
14
strategy:
15
+ fail-fast: false
16
matrix:
- fail-fast: false
17
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
18
steps:
19
- name: Check out repository code
0 commit comments