mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-14 21:57:15 +03:00
Upd tests
This commit is contained in:
parent
77177d0216
commit
08705f5a8c
15
.github/workflows/tests.yml
vendored
15
.github/workflows/tests.yml
vendored
|
@ -12,7 +12,6 @@ on:
|
|||
- "*.md"
|
||||
- "*.mdx"
|
||||
- "website/**"
|
||||
- ".github/workflows/**"
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened, edited]
|
||||
paths-ignore:
|
||||
|
@ -58,9 +57,17 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
python_version: ["3.10"]
|
||||
|
||||
os: [ubuntu-latest, windows-latest, macos-13]
|
||||
python_version: ["3.12"]
|
||||
include:
|
||||
- os: windows-latest
|
||||
python_version: "3.9"
|
||||
- os: macos-13
|
||||
python_version: "3.10"
|
||||
- os: ubuntu-latest
|
||||
python_version: "3.11"
|
||||
- os: windows-latest
|
||||
python_version: "3.11"
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue
Block a user