File tree 2 files changed +11
-5
lines changed
2 files changed +11
-5
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
- py38_macos :
12
+ py38_macos_1 :
13
13
ENV_FILE : ci/deps/azure-macos-38.yaml
14
14
CONDA_PY : " 38"
15
15
PATTERN : " not slow and not network"
16
+ PYTEST_TARGET : " pandas/tests/[a-h]*"
17
+ py38_macos_2 :
18
+ ENV_FILE : ci/deps/azure-macos-38.yaml
19
+ CONDA_PY : " 38"
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,28 +13,28 @@ jobs:
13
13
CONDA_PY : " 38"
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
py38_np18_2 :
19
19
ENV_FILE : ci/deps/azure-windows-38.yaml
20
20
CONDA_PY : " 38"
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
py39_1 :
26
26
ENV_FILE : ci/deps/azure-windows-39.yaml
27
27
CONDA_PY : " 39"
28
28
PATTERN : " not slow and not network and not high_memory"
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
py39_2 :
33
33
ENV_FILE : ci/deps/azure-windows-39.yaml
34
34
CONDA_PY : " 39"
35
35
PATTERN : " not slow and not network and not high_memory"
36
36
PYTEST_WORKERS : 2 # GH-42236
37
- PYTEST_TARGET : " pandas/tests/[j -z]*"
37
+ PYTEST_TARGET : " pandas/tests/[i -z]*"
38
38
39
39
steps :
40
40
- powershell : |
You can’t perform that action at this time.
0 commit comments