Skip to content

Commit 5730669

Browse files
authored
Fix CI Python 3.6 (#1218)
* Try Ubunte 20.04 for Python 3.6 * use old ubuntu for python 3.6
1 parent b84536a commit 5730669

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

.github/workflows/test.yml

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
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

0 commit comments

Comments
 (0)