File tree Expand file tree Collapse file tree 1 file changed +20
-4
lines changed
Expand file tree Collapse file tree 1 file changed +20
-4
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.6, 3. 7, 3.8]
11+ python-version : [3.7, 3.8]
1212 scikit-learn : [0.21.2, 0.22.2, 0.23.1, 0.24]
1313 os : [ubuntu-latest]
1414 sklearn-only : ['true']
@@ -19,15 +19,31 @@ jobs:
1919 - python-version : 3.6
2020 scikit-learn : 0.18.2
2121 scipy : 1.2.0
22- os : ubuntu-latest
22+ os : ubuntu-20.04
2323 sklearn-only : ' true'
2424 - python-version : 3.6
2525 scikit-learn : 0.19.2
26- os : ubuntu-latest
26+ os : ubuntu-20.04
2727 sklearn-only : ' true'
2828 - python-version : 3.6
2929 scikit-learn : 0.20.2
30- os : ubuntu-latest
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
3147 sklearn-only : ' true'
3248 - python-version : 3.8
3349 scikit-learn : 0.23.1
You can’t perform that action at this time.
0 commit comments