File tree 2 files changed +1
-7
lines changed 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 7
7
|Azure |_ |Codecov |_ |CircleCI |_ |PythonVersion |_ |Pypi |_ |Gitter |_ |Black |_
8
8
9
9
.. |Azure | image :: https://dev.azure.com/imbalanced-learn/imbalanced-learn/_apis/build/status/scikit-learn-contrib.imbalanced-learn?branchName=master
10
- .. _Azure : https://dev.azure.com/imbalanced-learn/imbal
10
+ .. _Azure : https://dev.azure.com/imbalanced-learn/imbalanced-learn/_build
11
11
12
12
.. |Codecov | image :: https://codecov.io/gh/scikit-learn-contrib/imbalanced-learn/branch/master/graph/badge.svg
13
13
.. _Codecov : https://codecov.io/gh/scikit-learn-contrib/imbalanced-learn
Original file line number Diff line number Diff line change 48
48
- bash : sudo chown -R $USER $CONDA
49
49
displayName : Take ownership of conda installation
50
50
condition : startsWith(variables['DISTRIB'], 'conda')
51
- - task : Cache@2
52
- inputs :
53
- key : ' "$(Agent.JobName)"'
54
- path : $(SKLEARN_DATA_DIR)
55
- displayName : Dataset caching
56
- continueOnError : true
57
51
- script : |
58
52
build_tools/azure/install.sh
59
53
displayName: 'Install'
You can’t perform that action at this time.
0 commit comments