Skip to content

Commit 09fdd03

Browse files
authored
Fixed issue with sklearn 0.20
1 parent 8046281 commit 09fdd03

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,6 @@ jobs:
6363
pip install git+https://github.com/skggm/skggm.git@${SKGGM_VERSION}
6464
pytest test --cov
6565
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)
7466
- name: Syntax checking with flake8
7567
run: |
7668
pip install flake8

0 commit comments

Comments
 (0)