mirror of https://github.com/explosion/spaCy.git
Temporarily disable CI tests
This commit is contained in:
parent
b91255a454
commit
1dee505920
|
@ -35,64 +35,64 @@ jobs:
|
|||
python -m flake8 spacy --count --select=E901,E999,F821,F822,F823 --show-source --statistics
|
||||
displayName: "flake8"
|
||||
|
||||
- job: "Test"
|
||||
dependsOn: "Validate"
|
||||
strategy:
|
||||
matrix:
|
||||
# We're only running one platform per Python version to speed up builds
|
||||
Python36Linux:
|
||||
imageName: "ubuntu-latest"
|
||||
python.version: "3.6"
|
||||
# Python36Windows:
|
||||
# imageName: "windows-latest"
|
||||
# python.version: "3.6"
|
||||
# Python36Mac:
|
||||
# imageName: "macos-latest"
|
||||
# python.version: "3.6"
|
||||
# Python37Linux:
|
||||
# imageName: "ubuntu-latest"
|
||||
# python.version: "3.7"
|
||||
Python37Windows:
|
||||
imageName: "windows-latest"
|
||||
python.version: "3.7"
|
||||
# Python37Mac:
|
||||
# imageName: "macos-latest"
|
||||
# python.version: "3.7"
|
||||
# Python38Linux:
|
||||
# imageName: "ubuntu-latest"
|
||||
# python.version: "3.8"
|
||||
# Python38Windows:
|
||||
# imageName: "windows-latest"
|
||||
# python.version: "3.8"
|
||||
Python38Mac:
|
||||
imageName: "macos-latest"
|
||||
python.version: "3.8"
|
||||
Python39Linux:
|
||||
imageName: "ubuntu-latest"
|
||||
python.version: "3.9"
|
||||
# Python39Windows:
|
||||
# imageName: "windows-latest"
|
||||
# python.version: "3.9"
|
||||
# Python39Mac:
|
||||
# imageName: "macos-latest"
|
||||
# python.version: "3.9"
|
||||
Python310Linux:
|
||||
imageName: "ubuntu-latest"
|
||||
python.version: "3.10"
|
||||
Python310Windows:
|
||||
imageName: "windows-latest"
|
||||
python.version: "3.10"
|
||||
Python310Mac:
|
||||
imageName: "macos-latest"
|
||||
python.version: "3.10"
|
||||
maxParallel: 4
|
||||
pool:
|
||||
vmImage: $(imageName)
|
||||
steps:
|
||||
- template: .github/azure-steps.yml
|
||||
parameters:
|
||||
python_version: '$(python.version)'
|
||||
architecture: 'x64'
|
||||
# - job: "Test"
|
||||
# dependsOn: "Validate"
|
||||
# strategy:
|
||||
# matrix:
|
||||
# # We're only running one platform per Python version to speed up builds
|
||||
# Python36Linux:
|
||||
# imageName: "ubuntu-latest"
|
||||
# python.version: "3.6"
|
||||
# # Python36Windows:
|
||||
# # imageName: "windows-latest"
|
||||
# # python.version: "3.6"
|
||||
# # Python36Mac:
|
||||
# # imageName: "macos-latest"
|
||||
# # python.version: "3.6"
|
||||
# # Python37Linux:
|
||||
# # imageName: "ubuntu-latest"
|
||||
# # python.version: "3.7"
|
||||
# Python37Windows:
|
||||
# imageName: "windows-latest"
|
||||
# python.version: "3.7"
|
||||
# # Python37Mac:
|
||||
# # imageName: "macos-latest"
|
||||
# # python.version: "3.7"
|
||||
# # Python38Linux:
|
||||
# # imageName: "ubuntu-latest"
|
||||
# # python.version: "3.8"
|
||||
# # Python38Windows:
|
||||
# # imageName: "windows-latest"
|
||||
# # python.version: "3.8"
|
||||
# Python38Mac:
|
||||
# imageName: "macos-latest"
|
||||
# python.version: "3.8"
|
||||
# Python39Linux:
|
||||
# imageName: "ubuntu-latest"
|
||||
# python.version: "3.9"
|
||||
# # Python39Windows:
|
||||
# # imageName: "windows-latest"
|
||||
# # python.version: "3.9"
|
||||
# # Python39Mac:
|
||||
# # imageName: "macos-latest"
|
||||
# # python.version: "3.9"
|
||||
# Python310Linux:
|
||||
# imageName: "ubuntu-latest"
|
||||
# python.version: "3.10"
|
||||
# Python310Windows:
|
||||
# imageName: "windows-latest"
|
||||
# python.version: "3.10"
|
||||
# Python310Mac:
|
||||
# imageName: "macos-latest"
|
||||
# python.version: "3.10"
|
||||
# maxParallel: 4
|
||||
# pool:
|
||||
# vmImage: $(imageName)
|
||||
# steps:
|
||||
# - template: .github/azure-steps.yml
|
||||
# parameters:
|
||||
# python_version: '$(python.version)'
|
||||
# architecture: 'x64'
|
||||
|
||||
# - job: "TestGPU"
|
||||
# dependsOn: "Validate"
|
||||
|
|
Loading…
Reference in New Issue