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 8046281 commit 09fdd03Copy full SHA for 09fdd03
.github/workflows/main.yml
@@ -63,14 +63,6 @@ jobs:
63
pip install git+https://github.com/skggm/skggm.git@${SKGGM_VERSION}
64
pytest test --cov
65
bash <(curl -s https://codecov.io/bash)
66
- - name: Run Tests with skggm + scikit-learn 0.20.3
67
- env:
68
- SKGGM_VERSION: a0ed406586c4364ea3297a658f415e13b5cbdaf8
69
- run: |
70
- pip uninstall scikit-learn
71
- pip install scikit-learn==0.20.3
72
- pytest test --cov
73
- bash <(curl -s https://codecov.io/bash)
74
- name: Syntax checking with flake8
75
run: |
76
pip install flake8
0 commit comments