File tree 2 files changed +11
-6
lines changed
2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 9
9
strategy :
10
10
matrix :
11
11
${{ if eq(parameters.name, 'macOS') }} :
12
- py37_macos :
12
+ py37_macos_1 :
13
13
ENV_FILE : ci/deps/azure-macos-37.yaml
14
14
CONDA_PY : " 37"
15
15
PATTERN : " not slow and not network"
16
+ PYTEST_TARGET : " pandas/tests/[a-h]*"
17
+ py37_macos_2 :
18
+ ENV_FILE : ci/deps/azure-macos-38.yaml
19
+ CONDA_PY : " 37"
20
+ PATTERN : " not slow and not network"
21
+ PYTEST_TARGET : " pandas/tests/[i-z]*"
16
22
17
23
steps :
18
24
- script : echo '##vso[task.prependpath]$(HOME)/miniconda3/bin'
Original file line number Diff line number Diff line change @@ -13,29 +13,28 @@ jobs:
13
13
CONDA_PY : " 37"
14
14
PATTERN : " not slow and not network"
15
15
PYTEST_WORKERS : 2 # GH-42236
16
- PYTEST_TARGET : " pandas/tests/[a-i ]*"
16
+ PYTEST_TARGET : " pandas/tests/[a-h ]*"
17
17
18
18
py37_np17_2 :
19
19
ENV_FILE : ci/deps/azure-windows-37.yaml
20
20
CONDA_PY : " 37"
21
21
PATTERN : " not slow and not network"
22
22
PYTEST_WORKERS : 2 # GH-42236
23
- PYTEST_TARGET : " pandas/tests/[j -z]*"
23
+ PYTEST_TARGET : " pandas/tests/[i -z]*"
24
24
25
25
py38_np18_1 :
26
26
ENV_FILE : ci/deps/azure-windows-38.yaml
27
27
CONDA_PY : " 38"
28
28
PATTERN : " not slow and not network"
29
29
PYTEST_WORKERS : 2 # GH-42236
30
- PYTEST_TARGET : " pandas/tests/[a-i ]*"
30
+ PYTEST_TARGET : " pandas/tests/[a-h ]*"
31
31
32
32
py38_np18_2 :
33
33
ENV_FILE : ci/deps/azure-windows-38.yaml
34
34
CONDA_PY : " 38"
35
35
PATTERN : " not slow and not network"
36
36
PYTEST_WORKERS : 2 # GH-42236
37
- PYTEST_TARGET : " pandas/tests/[j-z]*"
38
-
37
+ PYTEST_TARGET : " pandas/tests/[i-z]*"
39
38
40
39
steps :
41
40
- powershell : |
You can’t perform that action at this time.
0 commit comments