Disable failing fast in Linux test matrix

This commit is contained in:
Veronica Berglyd Olsen
2024-06-21 00:18:10 +02:00
parent 5665efd9d7
commit d07543926f
+1
View File
@@ -15,6 +15,7 @@ jobs:
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
fail-fast: false
runs-on: ubuntu-latest
steps:
- name: Python Setup