File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change 8
8
vmImage : ${{ parameters.vmImage }}
9
9
strategy :
10
10
matrix :
11
- ${{ if eq(parameters.name, 'macOS') }} :
12
- py38_macos_1 :
13
- ENV_FILE : ci/deps/azure-macos-38.yaml
14
- CONDA_PY : " 38"
15
- PATTERN : " not slow"
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"
21
- PYTEST_TARGET : " pandas/tests/[i-z]*"
11
+ py38_macos_1 :
12
+ ENV_FILE : ci/deps/azure-macos-38.yaml
13
+ CONDA_PY : " 38"
14
+ PATTERN : " not slow"
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"
20
+ PYTEST_TARGET : " pandas/tests/[i-z]*"
22
21
23
22
steps :
24
23
- script : echo '##vso[task.prependpath]$(HOME)/miniconda3/bin'
You can’t perform that action at this time.
0 commit comments