We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5296d2e commit c9ed0d8Copy full SHA for c9ed0d8
1 file changed
.github/workflows/unit-tests.yaml
@@ -7,6 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
max-parallel: 4
10
+ fail-fast: false
11
matrix:
12
python-version: ['3.10', '3.11', '3.12', '3.13']
13
0 commit comments