don't fail action when just one python version fails

This commit is contained in:
2024-10-30 13:08:50 +01:00
parent 409e62b63f
commit aa57d75751

View File

@@ -16,6 +16,7 @@ jobs:
strategy:
matrix:
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']
fail-fast: false
steps:
- uses: actions/checkout@v4