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 b611a8f commit b865e23Copy full SHA for b865e23
.github/workflows/run-tests.yml
@@ -7,6 +7,7 @@ jobs:
7
8
runs-on: ${{ matrix.os }}
9
strategy:
10
+ fail-fast: false
11
matrix:
12
os: [ubuntu-latest]
13
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14-dev"]
0 commit comments