File tree 1 file changed +6
-24
lines changed
1 file changed +6
-24
lines changed Original file line number Diff line number Diff line change @@ -4,40 +4,22 @@ parameters:
4
4
5
5
jobs :
6
6
- job : ${{ parameters.name }}
7
+ timeoutInMinutes : 90
7
8
pool :
8
9
vmImage : ${{ parameters.vmImage }}
9
10
strategy :
10
11
matrix :
11
- py38_macos_1 :
12
+ py38 :
12
13
ENV_FILE : ci/deps/azure-macos-38.yaml
13
14
CONDA_PY : " 38"
14
- PATTERN : " not slow and not single_cpu"
15
- PYTEST_TARGET : " pandas/tests/[a-h]*"
16
- py38_macos_2 :
17
- ENV_FILE : ci/deps/azure-macos-38.yaml
18
- CONDA_PY : " 38"
19
- PATTERN : " not slow and not single_cpu"
20
- PYTEST_TARGET : " pandas/tests/[i-z]*"
21
- py39_macos_1 :
22
- ENV_FILE : ci/deps/azure-macos-39.yaml
23
- CONDA_PY : " 39"
24
- PATTERN : " not slow and not single_cpu"
25
- PYTEST_TARGET : " pandas/tests/[a-h]*"
26
- py39_macos_2 :
15
+
16
+ py39 :
27
17
ENV_FILE : ci/deps/azure-macos-39.yaml
28
18
CONDA_PY : " 39"
29
- PATTERN : " not slow and not single_cpu"
30
- PYTEST_TARGET : " pandas/tests/[i-z]*"
31
- py310_macos_1 :
32
- ENV_FILE : ci/deps/azure-macos-310.yaml
33
- CONDA_PY : " 310"
34
- PATTERN : " not slow and not single_cpu"
35
- PYTEST_TARGET : " pandas/tests/[a-h]*"
36
- py310_macos_2 :
19
+
20
+ py310 :
37
21
ENV_FILE : ci/deps/azure-macos-310.yaml
38
22
CONDA_PY : " 310"
39
- PATTERN : " not slow and not single_cpu"
40
- PYTEST_TARGET : " pandas/tests/[i-z]*"
41
23
42
24
steps :
43
25
- script : echo '##vso[task.prependpath]$(HOME)/miniconda3/bin'
You can’t perform that action at this time.
0 commit comments