We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa986e commit b207c16Copy full SHA for b207c16
.github/workflows/test.yml
@@ -39,7 +39,9 @@ jobs:
39
python-version: ${{ matrix.python-version }}
40
channels: defaults, conda-forge
41
- name: Install dependencies
42
- run: conda install codecov mypy numpy=${{ matrix.numpy-version }} scikit-learn pandas pytest-cov
+ run: conda install codecov mypy numpy=${{ matrix.numpy-version }} scikit-learn pandas pytest-cov typed-ast
43
+ - name: Check linting
44
+ run: flake8 . --exclude=doc
45
- name: Check static typing
46
run: mypy mapie examples --strict
47
- name: Test with pytest
0 commit comments