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 a05d2e1 commit cdd0f70Copy full SHA for cdd0f70
.github/workflows/test.yml
@@ -39,7 +39,7 @@ 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 typed-ast
+ run: conda install codecov mypy numpy=${{ matrix.numpy-version }} scikit-learn pandas pytest-cov
43
- name: Check static typing
44
run: mypy mapie examples --strict
45
- name: Test with pytest
0 commit comments