File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments