Skip to content

Commit 17bcf78

Browse files
MNT: deprecated parameter in example and black (scikit-learn-contrib#146)
* deprecated parameter in example and black * switching to latest azure image. Old image do not exist. * fix examples
1 parent 674c3fe commit 17bcf78

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ jobs:
6666
env:
6767
CODECOV_TOKEN: $(CODECOV_TOKEN)
6868

69-
- job: 'macOS1014'
69+
- job: 'macOS-latest'
7070
pool:
71-
vmImage: 'macOS-10.14'
71+
vmImage: 'macOS-latest'
7272
strategy:
7373
matrix:
7474
Python37:
@@ -122,9 +122,9 @@ jobs:
122122
CODECOV_TOKEN: $(CODECOV_TOKEN)
123123

124124

125-
- job: 'win2016'
125+
- job: 'win'
126126
pool:
127-
vmImage: 'vs2017-win2016'
127+
vmImage: 'windows-latest'
128128
strategy:
129129
matrix:
130130
Python38:

0 commit comments

Comments
 (0)