File tree Expand file tree Collapse file tree 3 files changed +2
-36
lines changed Expand file tree Collapse file tree 3 files changed +2
-36
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3939 python-version : ${{ matrix.python-version }}
4040 channels : defaults, conda-forge
4141 - name : Install dependencies
42- run : conda install codecov mypy numpy=${{ matrix.numpy-version }} scikit-learn pandas pytest-cov
42+ run : conda install codecov mypy numpy=${{ matrix.numpy-version }} scikit-learn pandas pytest-cov typed-ast
4343 - name : Check static typing
4444 run : mypy mapie examples --strict
4545 - name : Test with pytest
Original file line number Diff line number Diff line change 11.. -*- mode: rst -*-
22
3- |GitHubActions |_ |Codecov |_ |CircleCI |_ | ReadTheDocs |_ |License |_ |PythonVersion |_ |PyPi |_
3+ |GitHubActions |_ |Codecov |_ |ReadTheDocs |_ |License |_ |PythonVersion |_ |PyPi |_
44
55.. |GitHubActions | image :: https://github.com/simai-ml/MAPIE/actions/workflows/test.yml/badge.svg
66.. _GitHubActions : https://github.com/simai-ml/MAPIE/actions
77
88.. |Codecov | image :: https://codecov.io/gh/simai-ml/MAPIE/branch/master/graph/badge.svg?token=F2S6KYH4V1
99.. _Codecov : https://codecov.io/gh/simai-ml/MAPIE
1010
11- .. |CircleCI | image :: https://circleci.com/gh/simai-ml/MAPIE.svg?style=shield&circle-token=:circle-token
12- .. _CircleCI : https://circleci.com/gh/simai-ml/MAPIE
13-
1411.. |ReadTheDocs | image :: https://readthedocs.org/projects/mapie/badge
1512.. _ReadTheDocs : https://mapie.readthedocs.io/en/latest
1613
You can’t perform that action at this time.
0 commit comments