Skip to content

Commit e2caa1c

Browse files
authored
Merge pull request #62 from scikit-learn-contrib/remove-circleci
Remove CircleCI files.
2 parents 9aa986e + dd3c6d0 commit e2caa1c

File tree

3 files changed

+2
-36
lines changed

3 files changed

+2
-36
lines changed

.circleci/config.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
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

README.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
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

0 commit comments

Comments
 (0)