mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-11 00:32:40 +03:00
Update azure-pipelines.yml
This commit is contained in:
parent
6ec119d976
commit
ed1060cf59
|
@ -71,6 +71,18 @@ jobs:
|
||||||
Python37Mac:
|
Python37Mac:
|
||||||
imageName: 'macos-10.13'
|
imageName: 'macos-10.13'
|
||||||
python.version: '3.7'
|
python.version: '3.7'
|
||||||
|
|
||||||
|
# Python 3.8 is only supported on Mac yet (see #4479)
|
||||||
|
|
||||||
|
# Python38Linux:
|
||||||
|
# imageName: 'ubuntu-16.04'
|
||||||
|
# python.version: '3.8'
|
||||||
|
# Python38Windows:
|
||||||
|
# imageName: 'vs2017-win2016'
|
||||||
|
# python.version: '3.8'
|
||||||
|
Python38Mac:
|
||||||
|
imageName: 'macos-10.13'
|
||||||
|
python.version: '3.8'
|
||||||
maxParallel: 4
|
maxParallel: 4
|
||||||
pool:
|
pool:
|
||||||
vmImage: $(imageName)
|
vmImage: $(imageName)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user