We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6667765 commit af7c5e5Copy full SHA for af7c5e5
.github/workflows/ci-tests.yml
@@ -21,6 +21,7 @@ jobs:
21
matrix:
22
py-ver-major: [3]
23
py-ver-minor: [8, 9, 10, 11, 12, "13.0-rc.1"]
24
+ fail-fast: false
25
26
env:
27
py-semver: ${{ format('{0}.{1}', matrix.py-ver-major, matrix.py-ver-minor) }}
0 commit comments