mirror of https://github.com/explosion/spaCy.git
Upd tests workflow
This commit is contained in:
parent
5196366af5
commit
77177d0216
|
@ -60,13 +60,6 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||||
python_version: ["3.10"]
|
python_version: ["3.10"]
|
||||||
include:
|
|
||||||
- os: ubuntu-latest
|
|
||||||
python_version: "3.10"
|
|
||||||
- os: windows-latest
|
|
||||||
python_version: "3.10"
|
|
||||||
- os: macos-latest
|
|
||||||
python_version: "3.11"
|
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue