Skip to content

Commit 835679e

Browse files
committed
fix naming of azure jobs
1 parent 19ff3a5 commit 835679e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/azure/posix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
strategy:
1010
matrix:
1111
${{ if eq(parameters.name, 'macOS') }}:
12-
py35_np_120:
12+
py35_macos:
1313
ENV_FILE: ci/deps/azure-macos-35.yaml
1414
CONDA_PY: "35"
1515
PATTERN: "not slow and not network"
1616

1717
${{ if eq(parameters.name, 'Linux') }}:
18-
py35_np_120:
18+
py35_compat:
1919
ENV_FILE: ci/deps/azure-35-compat.yaml
2020
CONDA_PY: "35"
2121
PATTERN: "not slow and not network"

0 commit comments

Comments
 (0)