CI: Disable fail-fast (#12658)

While the typing_extensions/pydantic `Literal` bugs are being sorted
out, disable fail-fast so the rest of the CI is available for
development purposes.
This commit is contained in:
Adriane Boyd 2023-05-23 10:48:06 +02:00 committed by GitHub
parent 6ea4155487
commit 1f088cbf4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ jobs:
name: Test
needs: Validate
strategy:
fail-fast: true
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python_version: ["3.11"]