We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9598f77 commit 9f945a2Copy full SHA for 9f945a2
ci/azure/posix.yml
@@ -8,17 +8,16 @@ jobs:
8
vmImage: ${{ parameters.vmImage }}
9
strategy:
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
19
20
21
- PYTEST_TARGET: "pandas/tests/[i-z]*"
+ py38_macos_1:
+ ENV_FILE: ci/deps/azure-macos-38.yaml
+ CONDA_PY: "38"
+ PATTERN: "not slow"
+ PYTEST_TARGET: "pandas/tests/[a-h]*"
+ py38_macos_2:
+ PYTEST_TARGET: "pandas/tests/[i-z]*"
22
23
steps:
24
- script: echo '##vso[task.prependpath]$(HOME)/miniconda3/bin'
0 commit comments