Skip to content

Commit 9f945a2

Browse files
authored
CI: Remove always true azure posix command (#45043)
1 parent 9598f77 commit 9f945a2

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

ci/azure/posix.yml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,16 @@ jobs:
88
vmImage: ${{ parameters.vmImage }}
99
strategy:
1010
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]*"
2221

2322
steps:
2423
- script: echo '##vso[task.prependpath]$(HOME)/miniconda3/bin'

0 commit comments

Comments
 (0)