Skip to content

Commit 0a0c9e8

Browse files
authored
Fix old scikit learn
1 parent c3bdde2 commit 0a0c9e8

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,15 @@ jobs:
3737
env:
3838
SKGGM_VERSION: a0ed406586c4364ea3297a658f415e13b5cbdaf8
3939
run: |
40-
sudo apt-get install liblapack-dev
41-
pip install --upgrade pip pytest
42-
pip install wheel cython numpy scipy codecov pytest-cov scikit-learn
4340
pip install git+https://github.com/skggm/skggm.git@${SKGGM_VERSION}
4441
pytest test --cov
4542
bash <(curl -s https://codecov.io/bash)
4643
- name: Run Tests with skggm + scikit-learn 0.20.3
4744
env:
4845
SKGGM_VERSION: a0ed406586c4364ea3297a658f415e13b5cbdaf8
4946
run: |
50-
sudo apt-get install liblapack-dev
51-
pip install --upgrade pip pytest
52-
pip install wheel cython numpy scipy codecov pytest-cov
47+
pip uninstall scikit-learn
5348
pip install scikit-learn==0.20.3
54-
pip install git+https://github.com/skggm/skggm.git@${SKGGM_VERSION}
5549
pytest test --cov
5650
bash <(curl -s https://codecov.io/bash)
5751
- name: Syntax checking with flake8

0 commit comments

Comments
 (0)