File tree Expand file tree Collapse file tree 1 file changed +31
-31
lines changed
Expand file tree Collapse file tree 1 file changed +31
-31
lines changed Original file line number Diff line number Diff line change 88 runs-on : ${{ matrix.os }}
99 strategy :
1010 matrix :
11- python-version : [3.7, 3.8]
12- scikit-learn : [0.21.2, 0.22.2, 0.23.1, 0.24]
11+ python-version : [" 3.7", " 3.8" ]
12+ scikit-learn : [" 0.21.2", " 0.22.2", " 0.23.1", " 0.24" ]
1313 os : [ubuntu-latest]
1414 sklearn-only : ['true']
1515 exclude : # no scikit-learn 0.21.2 release for Python 3.8
1616 - python-version : 3.8
1717 scikit-learn : 0.21.2
1818 include :
19- - python-version : 3.6
20- scikit-learn : 0.18.2
21- scipy : 1.2.0
22- os : ubuntu-20.04
23- sklearn-only : ' true'
24- - python-version : 3.6
25- scikit-learn : 0.19.2
26- os : ubuntu-20.04
27- sklearn-only : ' true'
28- - python-version : 3.6
29- scikit-learn : 0.20.2
30- os : ubuntu-20.04
31- sklearn-only : ' true'
32- - python-version : 3.6
33- scikit-learn : 0.21.2
34- os : ubuntu-20.04
35- sklearn-only : ' true'
36- - python-version : 3.6
37- scikit-learn : 0.22.2
38- os : ubuntu-20.04
39- sklearn-only : ' true'
40- - python-version : 3.6
41- scikit-learn : 0.23.1
42- os : ubuntu-20.04
43- sklearn-only : ' true'
44- - python-version : 3.6
45- scikit-learn : 0.24
46- os : ubuntu-20.04
47- sklearn-only : ' true'
19+ # - python-version: 3.6
20+ # scikit-learn: 0.18.2
21+ # scipy: 1.2.0
22+ # os: ubuntu-20.04
23+ # sklearn-only: 'true'
24+ # - python-version: 3.6
25+ # scikit-learn: 0.19.2
26+ # os: ubuntu-20.04
27+ # sklearn-only: 'true'
28+ # - python-version: 3.6
29+ # scikit-learn: 0.20.2
30+ # os: ubuntu-20.04
31+ # sklearn-only: 'true'
32+ # - python-version: 3.6
33+ # scikit-learn: 0.21.2
34+ # os: ubuntu-20.04
35+ # sklearn-only: 'true'
36+ # - python-version: 3.6
37+ # scikit-learn: 0.22.2
38+ # os: ubuntu-20.04
39+ # sklearn-only: 'true'
40+ # - python-version: 3.6
41+ # scikit-learn: 0.23.1
42+ # os: ubuntu-20.04
43+ # sklearn-only: 'true'
44+ # - python-version: 3.6
45+ # scikit-learn: 0.24
46+ # os: ubuntu-20.04
47+ # sklearn-only: 'true'
4848 - python-version : 3.8
4949 scikit-learn : 0.23.1
5050 code-cov : true
You can’t perform that action at this time.
0 commit comments