Skip to content

Commit

Permalink
MNT: deprecated parameter in example and black (scikit-learn-contrib#146
Browse files Browse the repository at this point in the history
)

* deprecated parameter in example and black

* switching to latest azure image. Old image do not exist.

* fix examples
  • Loading branch information
TimotheeMathieu authored Nov 23, 2022
1 parent 674c3fe commit 17bcf78
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ jobs:
env:
CODECOV_TOKEN: $(CODECOV_TOKEN)

- job: 'macOS1014'
- job: 'macOS-latest'
pool:
vmImage: 'macOS-10.14'
vmImage: 'macOS-latest'
strategy:
matrix:
Python37:
Expand Down Expand Up @@ -122,9 +122,9 @@ jobs:
CODECOV_TOKEN: $(CODECOV_TOKEN)


- job: 'win2016'
- job: 'win'
pool:
vmImage: 'vs2017-win2016'
vmImage: 'windows-latest'
strategy:
matrix:
Python38:
Expand Down

0 comments on commit 17bcf78

Please sign in to comment.