@@ -35,64 +35,64 @@ jobs:
35
35
python -m flake8 spacy --count --select=E901,E999,F821,F822,F823 --show-source --statistics
36
36
displayName: "flake8"
37
37
38
- - job : " Test"
39
- dependsOn : " Validate"
40
- strategy :
41
- matrix :
42
- # We're only running one platform per Python version to speed up builds
43
- Python36Linux :
44
- imageName : " ubuntu-latest"
45
- python.version : " 3.6"
46
- # Python36Windows:
47
- # imageName: "windows-latest"
48
- # python.version: "3.6"
49
- # Python36Mac:
50
- # imageName: "macos-latest"
51
- # python.version: "3.6"
52
- # Python37Linux:
53
- # imageName: "ubuntu-latest"
54
- # python.version: "3.7"
55
- Python37Windows :
56
- imageName : " windows-latest"
57
- python.version : " 3.7"
58
- # Python37Mac:
59
- # imageName: "macos-latest"
60
- # python.version: "3.7"
61
- # Python38Linux:
62
- # imageName: "ubuntu-latest"
63
- # python.version: "3.8"
64
- # Python38Windows:
65
- # imageName: "windows-latest"
66
- # python.version: "3.8"
67
- Python38Mac :
68
- imageName : " macos-latest"
69
- python.version : " 3.8"
70
- Python39Linux :
71
- imageName : " ubuntu-latest"
72
- python.version : " 3.9"
73
- # Python39Windows:
74
- # imageName: "windows-latest"
75
- # python.version: "3.9"
76
- # Python39Mac:
77
- # imageName: "macos-latest"
78
- # python.version: "3.9"
79
- Python310Linux :
80
- imageName : " ubuntu-latest"
81
- python.version : " 3.10"
82
- Python310Windows :
83
- imageName : " windows-latest"
84
- python.version : " 3.10"
85
- Python310Mac :
86
- imageName : " macos-latest"
87
- python.version : " 3.10"
88
- maxParallel : 4
89
- pool :
90
- vmImage : $(imageName)
91
- steps :
92
- - template : .github/azure-steps.yml
93
- parameters :
94
- python_version : ' $(python.version)'
95
- architecture : ' x64'
38
+ # - job: "Test"
39
+ # dependsOn: "Validate"
40
+ # strategy:
41
+ # matrix:
42
+ # # We're only running one platform per Python version to speed up builds
43
+ # Python36Linux:
44
+ # imageName: "ubuntu-latest"
45
+ # python.version: "3.6"
46
+ # # Python36Windows:
47
+ # # imageName: "windows-latest"
48
+ # # python.version: "3.6"
49
+ # # Python36Mac:
50
+ # # imageName: "macos-latest"
51
+ # # python.version: "3.6"
52
+ # # Python37Linux:
53
+ # # imageName: "ubuntu-latest"
54
+ # # python.version: "3.7"
55
+ # Python37Windows:
56
+ # imageName: "windows-latest"
57
+ # python.version: "3.7"
58
+ # # Python37Mac:
59
+ # # imageName: "macos-latest"
60
+ # # python.version: "3.7"
61
+ # # Python38Linux:
62
+ # # imageName: "ubuntu-latest"
63
+ # # python.version: "3.8"
64
+ # # Python38Windows:
65
+ # # imageName: "windows-latest"
66
+ # # python.version: "3.8"
67
+ # Python38Mac:
68
+ # imageName: "macos-latest"
69
+ # python.version: "3.8"
70
+ # Python39Linux:
71
+ # imageName: "ubuntu-latest"
72
+ # python.version: "3.9"
73
+ # # Python39Windows:
74
+ # # imageName: "windows-latest"
75
+ # # python.version: "3.9"
76
+ # # Python39Mac:
77
+ # # imageName: "macos-latest"
78
+ # # python.version: "3.9"
79
+ # Python310Linux:
80
+ # imageName: "ubuntu-latest"
81
+ # python.version: "3.10"
82
+ # Python310Windows:
83
+ # imageName: "windows-latest"
84
+ # python.version: "3.10"
85
+ # Python310Mac:
86
+ # imageName: "macos-latest"
87
+ # python.version: "3.10"
88
+ # maxParallel: 4
89
+ # pool:
90
+ # vmImage: $(imageName)
91
+ # steps:
92
+ # - template: .github/azure-steps.yml
93
+ # parameters:
94
+ # python_version: '$(python.version)'
95
+ # architecture: 'x64'
96
96
97
97
# - job: "TestGPU"
98
98
# dependsOn: "Validate"
0 commit comments