Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Commit 90d13bd

Browse files
committed
Do not fail fast on python version test matrix
1 parent b9354be commit 90d13bd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pytest.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
pytest-matrix:
1616
runs-on: ${{ matrix.runs-on }}
1717
strategy:
18+
fail-fast: false
1819
matrix:
1920
runs-on: [ubuntu-24.04, macos-15]
2021
python-version: ["3.11", "3.12", "3.13", "3.14"]

0 commit comments

Comments
 (0)