mirror of https://github.com/explosion/spaCy.git
Reduce python 3.10 in CI to one OS (#11703)
This commit is contained in:
parent
8740e4341f
commit
0a9859ba01
|
@ -76,15 +76,15 @@ jobs:
|
||||||
# Python39Mac:
|
# Python39Mac:
|
||||||
# imageName: "macos-latest"
|
# imageName: "macos-latest"
|
||||||
# python.version: "3.9"
|
# python.version: "3.9"
|
||||||
Python310Linux:
|
# Python310Linux:
|
||||||
imageName: "ubuntu-latest"
|
# imageName: "ubuntu-latest"
|
||||||
python.version: "3.10"
|
# python.version: "3.10"
|
||||||
Python310Windows:
|
Python310Windows:
|
||||||
imageName: "windows-latest"
|
imageName: "windows-latest"
|
||||||
python.version: "3.10"
|
python.version: "3.10"
|
||||||
Python310Mac:
|
# Python310Mac:
|
||||||
imageName: "macos-latest"
|
# imageName: "macos-latest"
|
||||||
python.version: "3.10"
|
# python.version: "3.10"
|
||||||
Python311Linux:
|
Python311Linux:
|
||||||
imageName: 'ubuntu-latest'
|
imageName: 'ubuntu-latest'
|
||||||
python.version: '3.11.0-rc.2'
|
python.version: '3.11.0-rc.2'
|
||||||
|
|
Loading…
Reference in New Issue