Skip to content

Commit 6d3cef0

Browse files
committed
reset to old syntax
1 parent b61e396 commit 6d3cef0

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.azure-pipelines/linux.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@ variables:
66

77
strategy:
88
matrix:
9-
linux-py37:
9+
py37:
1010
python.version: "3.7"
11-
vm.image: ubuntu-16.04
12-
linux-py36:
11+
py36:
1312
python.version: "3.6"
14-
vm.image: ubuntu-16.04
1513

1614
pool:
17-
vmImage: $(vm.image)
15+
vmImage: ubuntu-16.04
1816

1917
steps:
2018
# Add conda to PATH.

0 commit comments

Comments
 (0)