mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-15 06:09:01 +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"
|
- "*.md"
|
||||||
- "*.mdx"
|
- "*.mdx"
|
||||||
- "website/**"
|
- "website/**"
|
||||||
- ".github/workflows/**"
|
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, synchronize, reopened, edited]
|
types: [opened, synchronize, reopened, edited]
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
|
@ -58,9 +57,17 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
os: [ubuntu-latest, windows-latest, macos-13]
|
||||||
python_version: ["3.10"]
|
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 }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user