mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-14 21:57:15 +03:00
Fix matrix in tests
This commit is contained in:
parent
ff81bfb8db
commit
f0084b9143
13
.github/workflows/tests.yml
vendored
13
.github/workflows/tests.yml
vendored
|
@ -59,18 +59,7 @@ jobs:
|
|||
fail-fast: true
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
python_version: ["3.12"]
|
||||
include:
|
||||
- os: windows-latest
|
||||
python_version: "3.10"
|
||||
- os: macos-latest
|
||||
python_version: "3.10"
|
||||
- os: ubuntu-latest
|
||||
python_version: "3.10"
|
||||
- os: windows-latest
|
||||
python_version: "3.11"
|
||||
- os: macos-latest
|
||||
python_version: "3.11"
|
||||
python_version: ["3.9", "3.10", "3.11", "3.12"]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user