mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 09:26:27 +03:00
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:
parent
6ea4155487
commit
1f088cbf4a
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue
Block a user