Skip to content

Commit 30facb0

Browse files
committed
fix pipelines validation
1 parent a27b728 commit 30facb0

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.azure-pipelines/azure-pipelines.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
jobs:
22
- job: macOS
3-
strategy: templates/python-matrix.yml
3+
strategy:
4+
matrix:
5+
py37:
6+
python.version: "3.7"
7+
py36:
8+
python.version: "3.6"
49
variables:
510
miniconda.url: https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh
611
pool:
@@ -10,7 +15,12 @@ jobs:
1015
- template: templates/nb-docs.yml
1116

1217
- job: linux
13-
strategy: templates/python-matrix.yml
18+
strategy:
19+
matrix:
20+
py37:
21+
python.version: "3.7"
22+
py36:
23+
python.version: "3.6"
1424
variables:
1525
miniconda.url: https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
1626
pool:

0 commit comments

Comments
 (0)